Skip to content

Instantly share code, notes, and snippets.

@binarybaba
Created October 19, 2020 00:10
Show Gist options
  • Select an option

  • Save binarybaba/bac85d160329afe45efd978e8663d9bf to your computer and use it in GitHub Desktop.

Select an option

Save binarybaba/bac85d160329afe45efd978e8663d9bf to your computer and use it in GitHub Desktop.
export const getCityDetails = async (city) =>
fetch(
`https://api.teleport.org/api/cities/?search=${city}`
).then((response) => response.json());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment