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

https://github.com/ciderapp/download.cider.sh

A mini Vue.js app that uses the Fetch API to dynamically fetch releases from CircleCI.
https://github.com/ciderapp/download.cider.sh

circleci download-file vue

Last synced: 6 months ago
JSON representation

A mini Vue.js app that uses the Fetch API to dynamically fetch releases from CircleCI.

Awesome Lists containing this project

README

          

# download.cider.sh

This mini Vue.js app uses the Fetch API to dynamically fetch releases from CircleCI.

amogus.

---

To add a branch to the list of branches, add an `` element to `src/App.vue`.

``
- `branch`: The GitHub branch to fetch releases from. **Required**.
- `display-name`: The name to display in the list of branches. **Optional**.

---

To change the buttons themselves, edit `src/components/button-row.vue`

---

Non-Cider Org Users: To save changes, create a PR for the `master` branch.

Cider Org Contributors: To deploy this app after a PR, pull, then run `npm run deploy`/`yarn deploy` while logged into your GitHub account via git. It'll push the dist folder to the `gh-pages` branch.