Coder Social home page Coder Social logo

cheshire137 / instavibrant Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 3.0 6.6 MB

Vibrant.js color extraction + your Instagram photos

License: MIT License

HTML 6.58% JavaScript 74.16% CSS 12.72% Ruby 6.23% Shell 0.31%
instagram-client color-extraction instagram color palette javascript

instavibrant's Introduction

Instavibrant

Screenshot

How to Run Locally

Register an Instagram client. Set your redirect URI to http://localhost:5000.

cp env.sh.example env.sh

Update env.sh with your Instagram client's details.

bundle install
npm install
npm start

Visit localhost:5000 in your browser.

How to Deploy to Heroku

First Time

  1. Create a new app on Heroku.
  2. git remote add heroku [email protected]:yourherokuapp.git
  3. heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-ruby.git
  4. heroku config:set RACK_ENV=production
  5. heroku config:set INSTAGRAM_CLIENT_ID=your_instagram_client_id
  6. heroku config:set LOCAL_STORAGE_KEY=instavibrant
  7. heroku config:set FRONT_END_URI=url_to_your_heroku_app
  8. git push heroku master
  9. heroku ps:scale web=1

After It Has Been Deployed Once

./deploy.sh

Thanks

instavibrant's People

Contributors

cheshire137 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

instavibrant's Issues

JS error

Hit Preview, switch users, go back to myself, this error occurs.

screen shot 2015-07-06 at 2 33 13 pm

Can't login as another user

When you click 'Log out', and then choose 'Log in to Instagram', it automatically logs in the last user without giving you a chance to enter new credentials.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.