Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrloop/race-ext
Web extension to retrieve britishcyling.org.uk/events entrants ordered by rank
https://github.com/mrloop/race-ext
Last synced: 5 days ago
JSON representation
Web extension to retrieve britishcyling.org.uk/events entrants ordered by rank
- Host: GitHub
- URL: https://github.com/mrloop/race-ext
- Owner: mrloop
- Created: 2017-10-20T10:07:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T05:35:31.000Z (about 3 years ago)
- Last Synced: 2023-03-11T18:34:28.641Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://blog.mrloop.com/javascript/glimmerjs/2017/11/01/know-the-competition.html
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mrloop/race-ext.svg)](https://travis-ci.org/mrloop/race-ext)
# ⚙ race-ext
Web Extension to retrieve britishcycling.org.uk/events entrants ordered by regional and national rankings
[Firefox addon](https://addons.mozilla.org/en-US/firefox/addon/know-the-competition/)
[Chrome addon](https://chrome.google.com/webstore/detail/know-the-competition/odlnobeiombjhcehmhonbiijfeodcoae)
![web extension screenshot](race-ext.png)
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Yarn](https://yarnpkg.com/en/)
* [Ember CLI](https://ember-cli.com/)## Installation
* `git clone [email protected]:mrloop/race-ext.git` this repository
* `cd race-ext`
* `yarn`## Running / Development
* `yarn start:firefox`
* `yarn start:chrome`### Building
* `yarn build`
### Testing
* `yarn test`
### Deploy
Build for firefox ext
```
yarn build-ext
```Build for chrome ext
```
ember build -o extension-chrome/dist
web-ext build -s extension-chrome -a web-ext-artifacts-chrome```
* [Firefox](https://addons.mozilla.org/en-GB/developers/addon/submit/upload-listed)
* [Chrome](https://chrome.google.com/webstore/developer/update?authuser=1)
* [Edge](http://docs.microsoft.com/en-us/microsoft-edge/extensions/getting-started#publishing-to-the-windows-store)## Further Reading / Useful Links
* [MDN WebExtensions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions)
* [Microsoft WebExtensions](https://docs.microsoft.com/en-us/microsoft-edge/extensions/getting-started)
* [British Cycling](https://www.britishcycling.org.uk/events?search_type=upcoming)
* [glimmerjs](http://github.com/tildeio/glimmer/)
* [ember-cli](https://ember-cli.com/)