Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fidelisclayton/elm-github-profile
- Owner: FidelisClayton
- Created: 2017-04-05T14:48:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T21:08:31.000Z (over 7 years ago)
- Last Synced: 2024-11-11T02:26:24.444Z (2 months ago)
- Topics: elm
- Language: Elm
- Size: 53.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`