Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 346 Bytes

weather-app

How to install

  • Run composer install

  • Create an account at openweathermaps and get an api key

  • create an account at Twilio and get

    • Account SID
    • Auth Token
    • A phone number
  • Copy all these values in the right place in your .env file

  • Setup your webhook url using ngrok and start your php server

  • to be continued