Skip to content

Commit

Permalink
v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jev1337 committed Jan 2, 2024
1 parent ef7f1f5 commit 66f419c
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
43 changes: 42 additions & 1 deletion README.md
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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ <h4>Potential:</h4>

</body>
</html>

Binary file added sc1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sc2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66f419c

Please sign in to comment.