https://github.com/tsoding/schedule
Schedule for Tsoding Streams
https://github.com/tsoding/schedule
browserify hacktoberfest hacktoberfest2020 jquery schedule tsoding-streams twitch typescript
Last synced: 8 months ago
JSON representation
Schedule for Tsoding Streams
- Host: GitHub
- URL: https://github.com/tsoding/schedule
- Owner: tsoding
- License: mit
- Created: 2018-06-19T17:53:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T06:20:42.000Z (about 3 years ago)
- Last Synced: 2023-02-28T13:25:50.569Z (almost 3 years ago)
- Topics: browserify, hacktoberfest, hacktoberfest2020, jquery, schedule, tsoding-streams, twitch, typescript
- Language: TypeScript
- Homepage: https://tsoding.github.io/schedule/
- Size: 1.7 MB
- Stars: 28
- Watchers: 7
- Forks: 7
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.twitch.tv/tsoding)
[](https://travis-ci.org/tsoding/schedule)
# Schedule for Tsoding Streams
Schedule for Tsoding Streams. Front-End only Single Page Application without any Back-End. Makes all of the schedule building work yours computer problem. Saves me money on hosting.
Deployed in https://tsoding.github.io/schedule/
## Prerequisites
- [node.js] (v8.9.4+)
- [make]
- [bash]
- [coreutils]
- [inotifywatch]
- [python]
- [jq]
## Quick Start
```console
$ npm install
$ make
$ cd dist/
$ make -j4 watch # for watch mode
# -j4 is required to run file watchers and http server
# in parallel
$ http://localhost:8080/dist/
```
[inotifywait]: https://github.com/rvoicilas/inotify-tools
[node.js]: https://nodejs.org/en/
[make]: https://www.gnu.org/software/make/
[bash]: https://www.gnu.org/software/bash/
[coreutils]: https://www.gnu.org/software/coreutils/coreutils.html
[inotifywatch]: https://github.com/rvoicilas/inotify-tools
[python]: https://www.python.org/
[jq]: https://stedolan.github.io/jq/