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

https://github.com/vviktorpl/elm-jira-connector-example

Example app using elm-jira-connector package
https://github.com/vviktorpl/elm-jira-connector-example

Last synced: 3 months ago
JSON representation

Example app using elm-jira-connector package

Awesome Lists containing this project

README

        

# Elm Jira connector example

This is an example app using
[Elm JIRA connector package](https://package.elm-lang.org/packages/vViktorPL/elm-jira-connector/latest/).

Beside Elm code of an app, there is also simple server implementation which is used
to proxy JIRA REST API requests so there is no CORS issue
(unfortunately, JIRA API does not respond with `Access-Control-Allow-Origin: *` header).

## Build & run
```bash
yarn install && yarn start
```