Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

A simple elm presentation and exercise using the World Bank API

License

Notifications You must be signed in to change notification settings

deciob/introducing-elm-with-world-bank-example

Repository files navigation

Introducing Elm: the language and architecture for web development

This repository contains the material for the 22nd of March elm cambridge meetup.

  • Introduction.md is a brief overview of the Elm programming language.

  • Main.elm is a variation of the elm http example from the elm website. It makes some random requests to the World Bank public data api.

  • MainTODO.elm is just a sckeleton of Main.elm that compiles, but does nothing. This can be the starting point to get your hands dirty on elm. This is just a suggestion, a starting point and you do not need to follow what's in Main.elm.

You can either clone this repository, install elm on your laptop with npm and then run MainTODO.elm with elm-reactor or alternatively you can use Ellie.

For more information about the World Bank open data API have a look at the links in resourses.md.

About

A simple elm presentation and exercise using the World Bank API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages