Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mobilehackersdotio/pwa-confs

🗓 List of conferences talking about progressive web apps (PWA) and apps that run in a browser
https://github.com/mobilehackersdotio/pwa-confs

conferences conferences-talk conferences-web mobile-application-development progressive-web-app pwa

Last synced: about 2 months ago
JSON representation

🗓 List of conferences talking about progressive web apps (PWA) and apps that run in a browser

Awesome Lists containing this project

README

        

# pwa-confs

An open source community-curated list of PWA conferences around the world for mobile developers who bet on the web.

Adding a conference
-------------------

Just send a pull-request which edit a file of the [/conferences](https://github.com/mobilehackersio/pwa-confs/tree/master/conferences) directory. Your PR should include a new object representing the conference with the following structure :

```json
{
"name": "",
"url": "",
"startDate": "YYYY-MM-DD",
"endDate": "YYYY-MM-DD",
"city": "",
"country": "",
"cfpUrl": "",
"cfpStartDate": "YYYY-MM-DD",
"cfpEndDate": "YYYY-MM-DD"
}
```

Notes:
- Do not include the location of the conference in the name but specify it through the country attribute.
- Cfp means "call for papers"
- cfpUrl and cfPendDate are optional links, please do not include these attributes instead of leaving them blank.
- Please do not include regular meetups or workshops

You can also ping us on [twitter](https://twitter.com/mobilehackersio).

Contributors
-------------------
waiting for contributors ...

License
-------

All content is [MIT](https://github.com/mobilehackersio/pwa-confs/blob/master/LICENSE).