The application is showing team statistics, tables, info about players and matches from free NHL API.
Demo deployed on Heroku
First of all install all dependencies with npm install
Server is built with GraphQL server Apollo Server
Run server in apollo-server npx nodemon server.js
Client is using Vue.js library for connecting to GraphQL server and fetching data it's using Vue-Apollo Library
Run client in client folder with npm start
Name | Description | |
---|---|---|
Localization | CZ/EN translation | β |
Tabs | Supporting tabs | β |
Notifications | Notifications | β |
Widgets | On dashboard user can select custom widgets | β |
https://www-league.nhlstatic.com/images/logos/teams-current-primary-light/1.svg https://gitlab.com/dword4/nhlapi/-/blob/master/stats-api.md
Feel free to contribute