Project which pings Twitch API and fetches the top games being streamed. It also has the ability to search for games and visualize its details.
- Twitch API
- Angular 5
- Bootstrap v4
- Typescript
- Sass
- Jasmine
- Atomic Design
- Travis
- Commit amigão
$ npm i
$ npm start
$ npm run build
$ npm test
$ npm run coverage
$ npm run lint
I use Travis as CI tool. Then I make it lint
and test
before building, if anything goes wrong it wont let built
files to be sent to the server gh-pages in this case.