Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/instagram-client
Instagram Client built with Node/Angular + Instagram API
https://github.com/xasos/instagram-client
Last synced: about 1 month ago
JSON representation
Instagram Client built with Node/Angular + Instagram API
- Host: GitHub
- URL: https://github.com/xasos/instagram-client
- Owner: xasos
- License: mit
- Created: 2014-12-16T19:30:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T06:31:34.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T21:18:21.489Z (3 months ago)
- Language: JavaScript
- Homepage: http://xasos.github.io/Instagram-Client
- Size: 292 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Instagram-Client
================Instagram Web Client built with Node/Angular with the Instagram API to get more familiar with Server-side OAuth flow. Frontend is hosted on GitHub Pages (Client folder) and backend is hosted on Heroku (Server folder). Available [here](http://xasos.github.io/Instagram-Client).
## Getting Started
Create an app on the [Instagram Developer page](http://instagram.com/developer/). Specify both the Website URL and Redirect URI as http://localhost:8000 (or whatever pertains to your host). Then, copy the Client ID into client/app.js and the Client Secret into server/config.js.### Running App
```sh
$ mongod
# In another terminal window
$ cd server
$ npm install
$ node server.js
# In yet another terminal window
$ cd client
$ python -m SimpleHTTPServer
$ open localhost:8000/
```## License
[MIT License](LICENSE)