From ce4903d5bc7a23041b3ffa58fe471a4b34b35235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luj=C3=A1n=20Fernaud?= Date: Wed, 5 Sep 2018 08:20:08 +0100 Subject: [PATCH] Add solution to 'async-apis/project.md' --- async-apis/project.md | 1 + 1 file changed, 1 insertion(+) 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)