Public API for DevNet events featured at https://developer.cisco.com/site/devnet/events-contests/events/
Public ressources to search for events
- GET /events: all events ordered by date ASC
- GET /events/next: upcoming events (all events who begin after now, ie, do not comprise events happening now)
- GET /events/current: events happening now
- collection: https://www.getpostman.com/collections/4a9ee2188317572e77a5
- documenter: https://documenter.getpostman.com/view/30210/devnet-events/2LNZ3k
The API is implemented on top of Sails.js, http://sailsjs.org/
An instance of the API is deployed on Heroku servers, and persists its data into PostgreSQL.
Launch Cisco Spark and invite CiscoDevNet@sparkbot.io to meet the bot.
The bot consumes the Events API to display current and upcoming events in Spark Rooms:
- bot source code: https://github.com/CiscoDevNet/node-sparkbot-samples/tree/master/examples/devnet
- bot deployed at: https://devnet-events-sparkbot.herokuapp.com/
Follow the guidelines to run the bot on your local machine.
The bot consumes the Events API to display current and upcoming events in Slack channels
Feel free to use, reuse, extend, and contribute