Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juampi92/instafollowers
https://github.com/juampi92/instafollowers
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/juampi92/instafollowers
- Owner: juampi92
- License: mit
- Created: 2015-10-12T23:46:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T16:51:56.000Z (almost 9 years ago)
- Last Synced: 2023-08-14T07:21:20.665Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://juampi92.github.io/instafollowers
- Size: 672 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InstaFollowers
[![Build Status](https://travis-ci.org/juampi92/instafollowers.svg)](https://travis-ci.org/juampi92/instafollowers)
This simple app lets you compare between your followers and the people you are following.
### Built with
InstaFollowers uses:
- [React](https://facebook.github.io/react/index.html)
- [MaterializeCSS](http://materializecss.com/)
- [Underscore](http://underscorejs.org/)
- [jQuery](https://jquery.com/)And it's built using:
- [Bower](http://bower.io/)
- [Grunt](http://gruntjs.com/)
- [Browserify](http://browserify.org/)
- [Babel](https://babeljs.io)### ToDo
- Custom css
- More atomic React Components
- Take more advantage of ES2015### Contribute
Fork and clone the project.
You'll need Grunt and Bowernpm install grunt-cli -g
npm install bower -gand then do
npm install && bower install
to download dependencies.
To start developing use
grunt dev
This will build and watch the files. In case you just wanna build, use `grunt build`.