Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fidelisclayton/elm-github-profile

Example to fetch users in Elm using the github api
https://github.com/fidelisclayton/elm-github-profile

elm

Last synced: 3 days ago
JSON representation

Example to fetch users in Elm using the github api

Awesome Lists containing this project

README

        

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

![Github profile](http://i.imgur.com/DizSDLJ.png)

### 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
```

### Install

Run `npm install`

### Development
Run `npm start` to start the development server on `localhost:3000`