Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhsu committed Jan 21, 2019
1 parent e2baba0 commit 63617da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Forecast is a weather app that fetches 5-day daily forecast data for any locatio

## Features

**bootstrapped with create-react-app**: Bootstrapped using [create-react-app](https://github.com/facebook/create-react-app), which includes bundling via [Webpack](https://github.com/webpack/webpack), and [Babel](https://github.com/babel/babel) as a compiler.
**create-react-app**: Bootstrapped using [create-react-app](https://github.com/facebook/create-react-app), which includes bundling via [Webpack](https://github.com/webpack/webpack), and [Babel](https://github.com/babel/babel) as a compiler.

**Multipage**: Routing through [react-router](https://github.com/ReactTraining/react-router)
**Multipage**: Routing through [react-router](https://github.com/ReactTraining/react-router).

**Instantaneous Data**: Weather data is fetched instantaneously via Ajax requests to the [OpenWeatherMap API](https://openweathermap.org/forecast16) using [axios](https://github.com/axios/axios).

0 comments on commit 63617da

Please sign in to comment.