Skip to content

eaquin1/TravelApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel Owl Planning Application

A website that will access future weather forecasts to help you plan your trip accordingly, using Node.js.

Configuration

This project expects some environment variables to be provided in the .env file in project root directory:

- DARK_SKY_KEY
- GEO_USER
- PIXABAY_KEY

Keys can be obtained from: Dark Sky API, GeoNames API & Pixabay API.

Get Started

  1. Clone this repo

  2. cd into your local cloned repo and type:

    • npm install
  3. Create a new .env file and add environment variables:

    • DARK_SKY_KEY
    • GEO_USERNAME
    • PIXABAY_KEY
  4. Run: npm run start

  5. Run npm build-prod

Additional Resources

Moment.js

How to Use Local Storage by Tania Rascia

Owl icon by Icons8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published