You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2018. It is now read-only.
* Become familiar with the step by step process required to make a Http request in Elm
6
+
* Understand how Elm handles failures in the outside world
7
+
* Start practicing how to decode incoming Json into Elm datatypes
8
+
9
+
## Steps
10
+
11
+
1. Read through https://guide.elm-lang.org/architecture/effects/, up to the Random section.
12
+
2. Go to https://github.com/settings/tokens and generate yourself a new token. Put it in a safe place!
13
+
3. Get ready for some code-along fun!
14
+
15
+
## Tips
16
+
17
+
* Be careful with Elm package versions. It is always safer to go to http://package.elm-lang.org/ and search on there rather than on google. Searching for them on google often takes you to an outdated version.
0 commit comments