Using any text editor (like Mu!) create a new file and save it to your device as "secrets.py"
You must have the adafruit_requests.mpy and adafruit_connection_manager.mpy library in your circuitpy lib folder for this example to work.
2. Secrets.py will have your WIFI network credentials (and more later). Add this code to your secrets file.
Make sure to enter the schools phone number between the parenthesis on line 9. It will look like: 'password' : '4153334021',
3. Use this test code to see if your device successfully connects to the internet and returns data. Remember to save as "code.py"
You should get back a random quote and some other data.