Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/fcc-show-local-weather
Free Code Camp Assignment: Show Local Weather
https://github.com/theodesp/fcc-show-local-weather
freecodecamp jquery ractivejs weather-app wing-css
Last synced: 29 days ago
JSON representation
Free Code Camp Assignment: Show Local Weather
- Host: GitHub
- URL: https://github.com/theodesp/fcc-show-local-weather
- Owner: theodesp
- Created: 2017-05-02T14:32:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T14:49:01.000Z (over 7 years ago)
- Last Synced: 2024-10-02T06:21:01.548Z (about 2 months ago)
- Topics: freecodecamp, jquery, ractivejs, weather-app, wing-css
- Language: JavaScript
- Homepage: https://codepen.io/thdespou/pen/JWBvpa
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Show the Local Weather Free Code Camp
*Objective*: Build a CodePen.io app that is functionally similar to this: http://codepen.io/FreeCodeCamp/full/bELRjV.
* Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.
* User Story: I can see the weather in my current location.
* User Story: I can see a different icon or background image (e.g. snowy mountain, hot desert) depending on the weather.
* User Story: I can push a button to toggle between Fahrenheit and Celsius.
We recommend using the Open Weather API. This will require creating a free API key. Normally you want to avoid exposing API keys on CodePen, but we haven't been able to find a keyless API for weather.
Remember to use Read-Search-Ask if you get stuck.
When you are finished, click the "I've completed this challenge" button and include a link to your CodePen.
You can get feedback on your project by sharing it with your friends on Facebook.
## Implementation Details
Used [ractive.js](https://ractive.js.org/) and wing.css