-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,42 @@ | ||
In abit mate... | ||
# Taghtia | ||
|
||
## Description | ||
|
||
Taghtia is a web application that allows you to check the coverage of Tunisie Telecom in your area. | ||
|
||
## How to use | ||
|
||
1. Enter your governorate in the search bar. | ||
2. Click on the "Check Coverage" button. | ||
3. The map will display the coverage of Tunisie Telecom in your area. | ||
|
||
## How it works | ||
|
||
The application uses the Tunisie Telecom API to get the coverage data. The API is not public, so I had to reverse engineer it. The API is called when you click on the "Check Coverage" button. The API returns a JSON file containing the coverage data. The application then parses the JSON file and displays the coverage on the map. | ||
|
||
## How to install | ||
|
||
1. Clone the repository. | ||
2. Open index.html in your browser. | ||
3. Enjoy! | ||
|
||
|
||
|
||
## Screenshots | ||
|
||
![Screenshot 1](sc1.png) | ||
![Screenshot 2](sc2.png) | ||
|
||
## Contributing | ||
|
||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
Please make sure to update tests as appropriate. | ||
|
||
## Disclaimer | ||
|
||
This is done for educational purposes only. | ||
|
||
## License | ||
|
||
Apache-2.0 license |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,3 +87,4 @@ <h4>Potential:</h4> | |
|
||
</body> | ||
</html> | ||
|