Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nagam11/instagrammapgenerator

Generate a 'visited countries' map using Instagram media locations
https://github.com/nagam11/instagrammapgenerator

angular4 google-maps google-maps-api instagram instagram-api

Last synced: about 12 hours ago
JSON representation

Generate a 'visited countries' map using Instagram media locations

Awesome Lists containing this project

README

        

# InstagramMapGenerator
Angular4 web application which generates a **Visited Countries** map using Instagram media locations.
### How it works
The locations of the most recent Instagram media items are retrieved. Using the GeoName service, each location is mapped to a country code. This code is used to render the Google Maps GeoChart of countries.

## Setup
1. Clone/Download/Fork project.
2. Create [Instagram](https://www.instagram.com/developer/authentication/), [Google](https://developers.google.com/maps/documentation/javascript/get-api-key) and [GeoName](http://www.geonames.org/export/web-services.html) tokens.
3. Rename `config.example.ts` to `config.ts` and replace the service tokens.
4. Run `npm install` in the root folder of the project.
5. Run `npm start` in the root folder of the project.
6. Open http://localhost:4200/