Code Monkey home page Code Monkey logo

Road Trip Advisor

Discover your adventure, along the journey.

roadtrip-advisor.herokuapp.com

Summary

Road Trip Advisor recommends the best places to eat, drink, sleep and play, along your road trip. You choose the types of stops you're most interested in. Looking for a great local restaurant or nightlife? We've got something for everybody.

Features

  • Interactive map from the Google Maps API
  • Content from Yelp
  • Works anywhere in the world

Tech Stack

Angular, Node/Express

Developer Environment

  1. Include Yelp API keys (get from Yelp directly):

    # Create a new file server/api/local_key.js, formatted as:
    module.exports = {
      consumer_key: 'YOUR-KEY',
      consumer_secret: 'YOUR-KEY',
      token: 'YOUR-KEY',
      token_secret:  'YOUR-KEY',
      ssl: true
    };
  2. Run the following in the project directory:

    # install dependencies
    npm install
    bower install
    
    # start server
    node server.js
  3. Open http://localhost:3456 in your browser.

Screenshots

Homepage: ![Image of Homepage] (http://gdurl.com/t8CU)

Set your destination: ![Image of Map] (http://gdurl.com/IHl2)

Get information about your trip: ![Image of Results] (http://gdurl.com/FAzQ)

Team

Space Manatee's Projects

spacemanatee icon spacemanatee

Road Trip Advisor - A recommendation engine that selects the top places along your road trip

tokki icon tokki

An interactive platform that allows the audience to cast votes live and answer on-demand quizzes

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.