Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masutaka/sandbox-elm-esa
https://github.com/masutaka/sandbox-elm-esa
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/masutaka/sandbox-elm-esa
- Owner: masutaka
- Created: 2019-06-23T14:34:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T14:44:29.000Z (over 5 years ago)
- Last Synced: 2024-10-13T16:44:59.618Z (3 months ago)
- Language: Elm
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sandbox-elm-esa
## Screenshot
![sandbox-elm-esa](image/sandbox-elm-esa.png)
## Requirements
* Elm 0.19.0
```
$ npm install -g elm
```## Setup
1. Generate Personal access token with `Read` scope on https://{team_name}.esa.io/user/applications
1. Replace `SECRET` in src/Main.elm to the token
1. Compile src/Main.elm like the below:```
$ elm make src/Main.elm --output main.js
```Then you can open `index.html` to a web browser.
## TODO?
* Implement OAuth 2.0 Implicit Flow