Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/littleStudent/now_dashboard
▲ZEIT dashboard written in elm
https://github.com/littleStudent/now_dashboard
now zeit
Last synced: 3 months ago
JSON representation
▲ZEIT dashboard written in elm
- Host: GitHub
- URL: https://github.com/littleStudent/now_dashboard
- Owner: littleStudent
- Created: 2016-11-30T09:45:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-22T08:36:57.000Z (almost 7 years ago)
- Last Synced: 2024-07-21T00:32:42.062Z (4 months ago)
- Topics: now, zeit
- Language: Elm
- Homepage: https://nash.now.sh
- Size: 179 KB
- Stars: 52
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ▲ZEIT dashboard
The dashboard is a simple frontend application written in elm.
> It uses the ▲ZEIT API directly.#### features
* list deployments
* show the aliases for the deployments
* set new aliases with autocompletion
* delete deployments
* ping deployments to wake them up
* list aliases
* list secrets#### Deployed Frontend
* [frontend](https://nash.now.sh/)# Deployment
```
run `npm run deploy`
```