Giter Club home page Giter Club logo

travel-planner-app's Introduction

Travel Planner

Travel Planner is a travel planning application that gives weather details of the location that the user is traveling on a particular date.

Tech

This project uses a number of open source projects to work properly:

  • Node.js - JavaScript runtime environment that executes JavaScript code outside of a browser
  • Express - Fast node.js network app framework
  • Webpack - JavaScript module bundler
  • Jest - Delightful JavaScript testing framework
  • API's Used - Geonames API for coordinates, Darksky API for weather details and Pixabay API for Images
  • Weather Icons - Icons made by Freepik from www.flaticon.com

Installation

cd into your new folder and run:

  • npm install
  • Create an account with Geonames for an API key
  • Create an account with Darksky for an API key
  • Create an account with Pixabay for an API key
  • Create a config.js in the root directory to save API keys

Here is an example of config.js:

    export var config = {

      pixabayAPI_KEY: '148*****************************',
      darkskyAPI_KEY: '509*****************************',
      USER_NAME: '************' //Geonames API Key

    }

Run

  • For Developer Mode - npm run build-dev
  • For Production Mode - npm run build-prod
  • To start the server you should run npm run start command in CLI
  • The server should start on your browser on port 8000
  • To test the project use the following command: npm run test

Please make sure to update tests as appropriate.

License

MIT

travel-planner-app's People

Contributors

praveen-sripati avatar

Watchers

James Cloos avatar  avatar  avatar

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.