Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 605 Bytes

challenge.md

File metadata and controls

19 lines (15 loc) · 605 Bytes

Internship Challenge

  • choose one or more of these public APIs - https://github.com/toddmotto/public-apis.
  • create a simple command line interface to access this api (I recommend to use yargs)
  • it should use fetch to request data from an API
  • it should be open sourced on your github repo

Extras

  • configure babel
  • configure eslint
  • configure prettier
  • use async await
  • transform response to something more readable
  • configure and use flowtype
  • add tests

Example of usage:

./metaweather-cli "São Paulo"