This is an app to create a map based on user's friends' locations.
##HOW TO USE? To use this app you need to have an access to Twitter API with token. Otherwise, you can access it on cosssec.pythonanywhere.com. Here you need to input user's name and token.
This program consists of 6 functions:
- Works with .json file and returns information about user's friends.
- Creates base consisting of users' names and locations
- Turns location of every friend into coordinates.
- Creates map with friends' locations. 5,6 Work with Flask
