Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/masutaka/sandbox-elm-esa


https://github.com/masutaka/sandbox-elm-esa

Last synced: about 1 month ago
JSON representation

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