Skip to content

Instantly share code, notes, and snippets.

@tarhunakau
Created April 19, 2019 08:16
Show Gist options
  • Save tarhunakau/005f5028c3df326e4a538cc8e9e279c6 to your computer and use it in GitHub Desktop.
Save tarhunakau/005f5028c3df326e4a538cc8e9e279c6 to your computer and use it in GitHub Desktop.
Weather
Утилита командной строки, возвращающая информацию о погоде для выбранного города. Она должна уметь обращаться к двум разным сервисам, каждый из которых выбирается флагом --service.
weather --service <тут название> berlin
Список бесплатных API для работы с погодой можно найти тут https://github.com/toddmotto/public-apis
Для реализации cli рекоммендую использовать commander js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment