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
- Host: GitHub
- URL: https://github.com/vviktorpl/elm-jira-connector-example
- Owner: vViktorPL
- License: mit
- Created: 2018-11-03T13:57:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T16:03:43.000Z (over 6 years ago)
- Last Synced: 2025-01-11T14:25:46.504Z (4 months ago)
- Language: Elm
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```