Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP API

cd php-api;
composer install;
php -S localhost:8000 -t public;
curl "http://localhost:8000/weather?city=Zocca&country=IT";
vendor/bin/phpunit tests/

Typescript API

Add your OpenWeather API key in ts-api/.env: EXTERNAL_API_URL

cd ts-api;
npm install;
npm start

About

Backend service (PHP + Typescript) for fetching weather data from the OpenWeather API

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages