Skip to content

lit-PL is an example single page application built with lit-html and lit-route, a client-side routing library for building single page applications with lit-html.

Notifications You must be signed in to change notification settings

jamesddavies/lit-pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lit-PL

Unofficial Premier League Scores & Fixtures

lit-PL is an example single page application built with lit-html and lit-route, a client-side routing library for building single page applications with lit-html.

View this app on Github.
All data in this app is from football-data.org.


Installation

Clone the repository

Install:

npm install

Make sure you have local-web-server installed:

npm install -g local-web-server

To run this app locally, you'll need an API key from football-data.org. Alternatively, you can replace the 'http://localhost:3000?url=' in the API calls in the Fixtures and Results components with https://cors-anywhere.herokuapp.com/ (this will limit you to 50 API calls a day).

Development/Running the app:

npm run dev

OR

npm run start

About

lit-PL is an example single page application built with lit-html and lit-route, a client-side routing library for building single page applications with lit-html.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published