Skip to content

python-spain/comunidades.es.python.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comunidades.es.python.org PoC

This provides a proof of concept for the comunidades.es.python.org site. It's hosted in Github and uses an scheduled Github Action to fetch, parse and store all new Meetup events in calendarEntries.json.

To add new Meetup groups, just create a new entry in meetups.json. In the next scheduled CI exectution the app will be populated with their events automatically!

Development

If needed install globally parcel with:

yarn global add parcel-bundler`

Local development

Start dev server with:

yarn start

Build

yarn build

Releases

No releases published

Languages

  • JavaScript 58.0%
  • HTML 19.8%
  • CSS 16.2%
  • Python 4.9%
  • Shell 1.1%