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

https://github.com/jsjoeio/twilio-superclass

A resource for Twilio Superclass workshops πŸŽ‰πŸ˜„
https://github.com/jsjoeio/twilio-superclass

apis superclass twilio

Last synced: about 1 month ago
JSON representation

A resource for Twilio Superclass workshops πŸŽ‰πŸ˜„

Awesome Lists containing this project

README

          

# Twilio Superclass

A resource for Twilio Superclass workshops πŸŽ‰πŸ˜„

## πŸ€” What is a Twilio "Superclass"?

Superclass is self-directed training for developers who want to level up their Twilio skills.

On-site mentors will guide you through a self-paced, choose-your-own-adventure coding experience that’s built on Twilio’s education platform: [TwilioQuest](https://www.twilio.com/quest).

*[Superclass Highlights](https://www.youtube.com/watch?v=Epx7a-swzmo) from SIGNAL 2018*

## πŸ“† Upcoming Superclasses
- Superclass at [Hack Arizona](https://hackarizona.org/) Jan. 18-20, 2019 in Tucson, AZ

## βš”οΈ Preparation

The only thing you need to bring to Superclass is your laptop and a spirit for learning. BUT, if you want to get ahead of the game, you can do some of these things below:

- [ ] [Sign up](https://www.twilio.com/try-twilio) for Twilio
- [ ] Download a text editor (we ❀️ [VSCode](https://code.visualstudio.com/download))
- [ ] Read ["What is Twilio and How Do Twilio APIs Work?"](https://www.twilio.com/learn/twilio-101/what-is-twilio)
- [ ] Learn about all of [Twilio's products](https://www.twilio.com/products)
- [ ] Say hello to Twilio on [Twitter](https://twitter.com/search?f=users&vertical=default&q=%40twilio&src=typd)
- [ ] Checkout the [Twilio Blog](https://www.twilio.com/blog/)

You don't need to do all of these things but they may help you establish a better foundation for Superclass 😁

### πŸ’› Working in JavaScript

If you plan to use JavaScript, you'l be writing our code in Node.js(server-side JavaScript). Follow these steps below:

1. Install the [latest version of Node](https://nodejs.org/en/download/)
2. Install [ngrok](https://ngrok.com/)
1. For macOS, run `brew cask install ngrok`
2. On Windows, install with chocolatey by running `choco install ngrok`
3. Try a [Programmable SMS Quickstart](https://www.twilio.com/docs/sms/quickstart/node#send-an-outbound-sms-message-with-nodejs)

### 🐍 Working in Python

A great programming language to use with Twilio, follow these steps to get things set up:

1. Install the [latest version of Python](https://www.python.org/downloads/)
2. Install [ngrok](https://ngrok.com/)
1. For macOS, run `brew cask install ngrok`
2. On Windows, install with chocolatey by running `choco install ngrok`
3. Try the [Twilio SMS Python Quickstart](https://www.twilio.com/docs/sms/quickstart/python)

## πŸ†˜ Getting Help

During the event, we'll have two ways for you to get help:

1. Raising your hand and the organizers will come around to help
2. We'll share a special link so a Twilion can help you remotely

## πŸ†™ Doing More with Twilio

Loved the Superclass? Want to do more with Twilio? Hooray! πŸ˜„ We have several ways for you to get more involved:

- Check out the Twilio University Program or open roles on the [jobs page](https://www.twilio.com/company/jobs)
- Want to get more involved with Twilio? Learn more about the [Twilio Champions Program](https://www.twilio.com/blog/introducing-twilio-champions-program)
- Like to write and share what you built? Write a blog post for Twilio and [get paid](https://go.twilio.com/twilio-voices/)!