Skip to content

r-salas/ical-videogames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCal video games

Track upcoming video game release dates directly in your calendar.

Cloud

Go to ical-videogames.onrender.com

Self-Hosted

Build dockerfile

$ docker build -t ical-videogames .

Run dockerfile

$ docker run -d -p 5000:5000 ical-videogames

Usage

  1. Open the website:

  2. Choose platforms/region and copy the URL. Web platform

  3. Add URL to your calendar: Calendar

Development

Installation

$ pip install -r requirements.txt

Usage

$ flask run --reload --debug