Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
🗓 List of conferences talking about progressive web apps (PWA) and apps that run in a browser
- Host: GitHub
- URL: https://github.com/mobilehackersdotio/pwa-confs
- Owner: mobilehackersdotio
- License: mit
- Created: 2018-10-08T07:01:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T17:49:20.000Z (over 5 years ago)
- Last Synced: 2024-09-03T22:01:51.998Z (5 months ago)
- Topics: conferences, conferences-talk, conferences-web, mobile-application-development, progressive-web-app, pwa
- Homepage: https://mobilehackers.io/events?tag=pwa
- Size: 15.6 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 workshopsYou 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).