Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flytaly/myshows-tracker
Unofficial Myshows.me Firefox extension
https://github.com/flytaly/myshows-tracker
firefox-extension myshows
Last synced: 16 days ago
JSON representation
Unofficial Myshows.me Firefox extension
- Host: GitHub
- URL: https://github.com/flytaly/myshows-tracker
- Owner: flytaly
- License: mpl-2.0
- Created: 2018-10-27T22:38:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T11:42:30.000Z (over 1 year ago)
- Last Synced: 2024-11-06T06:12:03.163Z (2 months ago)
- Topics: firefox-extension, myshows
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/myshows-tv-show-tracker/
- Size: 1.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyShows: TV show tracker
[ ![addons.mozilla.org/](https://user-images.githubusercontent.com/1577569/225926070-baa9ed48-841c-4ce7-bf70-557f848eed23.png)](https://addons.mozilla.org/firefox/addon/myshows-tv-show-tracker/)
[ ![chrome.google.com/](https://i.imgur.com/unvdmLG.png)](https://chrome.google.com/webstore/detail/myshows-tv-show-tracker/lcdinflfffodmodbkhaijglgjpeefodo/)Unofficial Firefox/Chrome extension for [MyShows.me](https://myshows.me), that allows you to track aired and future episodes
of TV shows you watch.Неофициальное Firefox/Chrome расширение для сайта [MyShows.me](https://myshows.me), которое позволяет отмечать просмотренные серии и следить
за будущими эпизодами выбранных сериалов.## Usage for developers
Watch for changes in js files and run corresponding browser with `web-ext`.
npm run dev:chrome
npm run dev:ffCreate production build in the **extension** folder.
npm run build:chrome
npm run build:ffThe extension uses [MyShows API](http://api.myshows.me/). You need to create `.env` file and add credentials in it.
## License
The code of the extension is licensed under the [MPL-2.0](LICENSE). [Font Awesome](https://fontawesome.com) icons is
licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
Myshows logotype belongs to [myshows.me](https://myshows.me).