This is an action on google to get surf reports from Panama best locations
- Punta Palmar
- Venao
- Punta Rocas
...and more in the future 🏄🏻♂️
On the back-end,
- Your app starts at
server.js
--> This is the main file that will hold the logic of the web hook. - Add frameworks and packages in
package.json
- Safely store app secrets in
.env
On the front-end,
- edit
client.js
,style.css
andindex.html
- drag in
assets
, like images or music, to add them to your project