Skip to content

Commit 261616e

Browse files
ZontexZontex
authored andcommitted
spelling mistakes correction
1 parent 835ffd1 commit 261616e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
# Description
2+
3+
API Class to get data about rockets flying from Gaza strip to Israel.
4+
the API use's the official public API provided by "Pikud ha-oref" in Israel.
5+
16
# Features
27

38
* Get red-alerts in real-time from "Pikud ha-oref" public API
49

510
* Fetch location data from alerts codes (coordinates, city names, time to run for shelters)
611

7-
* Generate random coordinates within a city for virtualizing flying rocket
12+
* Generate random coordinates within a city for visualization of a flying rocket
813

914
* Count number of alerts currently there is
1015

@@ -17,7 +22,7 @@
1722
The class provides the necessary functions and tools to get the latest information
1823
About the Israeli missiles status and when Israel is under attack.
1924

20-
### Q) Isn't the enemy can use it against Israel?
25+
### Q) Can't the enemy use it against Israel?
2126

2227
* No. All the information in the Class is public and available,
2328
All I did is to organize it at one place for easy access.
@@ -27,7 +32,7 @@
2732

2833
* No, at least not for the developers. the military may have such capabilities.
2934
The prediction is not possible due to many parameters such as:
30-
Where the rocket came from, how many fuel inside the rocket, what speed the rocket flying it,
35+
Where the rocket came from, How much fuel is inside the rocket, at what speed is the rocket flying,
3136
Directions of the rocket and weather conditions - something which make it impossible for any
3237
non-military individual, even with technology such as machine learning and prediction algorithms.
3338

@@ -37,10 +42,10 @@
3742
The Code is under MIT license - please make sure to understand the meaning.
3843
The Code provided AS IS WITHOUT ANY WARRANTY.
3944

40-
### Q) How can I virtualize how much time the rocket have till it will hit the city?
45+
### Q) How can I visualize how much time the rocket have till it will hit the city?
4146

4247
* Use the milliseconds calculated from how much time left for people to run to shelters,
43-
Then virtualize using that seconds of long the rocket has to fly till it will hit the city.
48+
Then visualize using that seconds of long the rocket has to fly till it will hit the city.
4449

4550
# Requirements
4651

0 commit comments

Comments
 (0)