Skip to content

kevscript/Tripeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. About

Tripeo is a React app providing you with weather data for your trips.

You create a day by day roadmap of locations, and the app gives you weather forecasts. Live Demo



image of tripeo app image of tripeo app

It leverages the DarkSky Api for weather forecasts and Algolia Places for input autocompletion (algolia-places-react hooks the api to React).

Tech Stack:

  • React
  • Redux
  • redux-thunk
  • styled-components
  • Node (Express)
  • PropTypes
  • Jest
  • Enzyme

2. Installation

  • install server dependencies from root with npm install.

  • install client dependencies from root with npm client-install.

  • get your DarkSky and Algolia Places keys.

  • create an .env file in root folder to add your DARKSKY_API_KEY key.

  • create an .env file in client folder to add your REACT_APP_ALGOLIA_APP_ID and REACT_APP_ALGOLIA_API_KEY public keys.

3. Usage

  • npm run dev or yarn dev to run the app on your local machine.

About

Weather roadmap for your trips. 🌦

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published