halan / elm-github-profile

Example to fetch users in Elm using the github api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Github profile

A simple example to fetch users in Elm using the github api

Github profile

Folder structure

├── elm-package.json
├── package.json
├── src
│   ├── index.html
│   ├── index.js
│   ├── Main.elm
│   ├── Models.elm
│   ├── Msgs.elm
│   ├── styles
│   │   └── styles.css
│   ├── Update.elm
│   └── User
│       ├── Commands.elm
│       └── View.elm
└── webpack.config.js

Development

Run webpack-dev-server --port=3000 to start the development server on localhost:3000

About

Example to fetch users in Elm using the github api


Languages

Language:HTML 96.5%Language:Elm 2.6%Language:CSS 0.5%Language:JavaScript 0.4%