diff --git a/async-apis/project.md b/async-apis/project.md index 1eb605e0..2676c584 100644 --- a/async-apis/project.md +++ b/async-apis/project.md @@ -16,6 +16,7 @@ You should change the look of the page based on the data, maybe by changing the To add your solution to the list below, edit this [file](https://github.com/TheOdinProject/javascript_curriculum/blob/master/async-apis/project.md) (located on The Odin Project's "curriculum" github repository). See the section on [Contributing](http://github.com/TheOdinProject/curriculum/blob/master/contributing.md) for more instructions. * Add your solution below this line! +* [Luján Fernaud's Solution](https://github.com/lujanfernaud/js-weather-compare) - [View in browser](http://lujanfernaud.com/js-weather-compare/) * [gregthepeg's Solution](https://github.com/gregthepeg4/weatherapp) - [View in browser](https://peaceful-dawn-67006.herokuapp.com/) * [brxck's solution](https://github.com/brxck/odin-weather) - [View in browser](http://brockmcelroy.com/odin-weather/) * [theghall's Promise solution](https://github.com/theghall/odin-weather) - [theghall's async/await refactor](https://github.com/theghall/odin-weather-alt)