Giter VIP home page Giter VIP logo

travel-planner's Introduction

The Travel Scheduler App

Application Flow

Travel scheduler app lets the users select the dates when they want to travel. The user can then select a country which they want to visit. The app shows a brief information about the country such as the capital and the continent, a few pictures of the country along with a list of large cities in the country. The user can then select one of the cities as their destination. Once the user selects the city they want to visit, the app shows information about the city such as sunrise time, sunset time, weather, temperature, and the perceived temperature.

APIs

Several APIs were used to create this application.

  • [GEONAMES API] was used to get the list of countries along with the list of large cities with in that country. It also provided interesting information about each country and the city.

  • [WEATHER BITS API] was used to retrieve the weather information about the cities.

  • [PIXABAY API] was used to retrieve the images from the countries.

How to run

  • Step1: Clone the repo
  • Step2: Create accounts for GEONAMES API, WEATHER BITS API, and PIXABAY API.
  • Step3: Create a .env file at root and include the API KEY or user ID.
    • WEATHERBITS_API_KEY=
    • GEONAMES_USER_ID =
    • PIXABAY_API_KEY =
  • Step4: On terminal, cd into the root directory and run npm run build-prod to build the app.
  • Step5: Then run npm run start to start the server. The server will run on a deafult port of 9292 unless there is a port assigned by the environment.

travel-planner's People

Contributors

parkds avatar

Watchers

 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.