This repository contains code for fetching and processing weather data to help explore Corezoid.
- ./: Contains the entry point
usercode.js
. - ./lib/: Contains modules
weatherAPI.js
for API interactions anddataProcessor.js
for data processing.
- Run
npm install
to install dependencies.
- Modify
usercode.js
as the entry point for executing the application.