SimpleVictor / RutgersInfo

Look up local food stops / school buildings at Rutgers University! Used the school API to grab all of the building's code and information. Used Phaser.js to generate a character on screen.

Home Page:https://rutgersinfo.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rutgers Info

###DEMO - If the link doesn't work. You just need to refresh the page. Heroku has it so the application sleeps after 24 hours. You just need to wake it up by refreshing. Happy Gaming!

Logo

  • Angular
  • Google Map's API
  • Yelps API
  • Express
  • SocketIO

Set up Keys

Yelp's API ./routes/building.js replace the following with your key you get from Yelp's console

  oauth_consumer_key : "<OAUTH_CONSUMER_KEY>";
  oauth_token : "<OAUTH_TOKEN>";


  var consumerSecret = "<CONSUMER_SECRET>";
  var tokenSecret = "<TOKEN_SECRET>";

Google's Map API ./public/index.html replace the following key with your API key you get from google's developer console

  <script src="https://maps.googleapis.com/maps/api/js?key=<KEYHERE>"></script>

Install dependencies

npm install

start server

node ./bin/www

Applciation url: http://localhost:3000

http://localhost:3000

About

Look up local food stops / school buildings at Rutgers University! Used the school API to grab all of the building's code and information. Used Phaser.js to generate a character on screen.

https://rutgersinfo.herokuapp.com


Languages

Language:JavaScript 64.0%Language:HTML 25.2%Language:CSS 10.9%