๐Ÿ“ก Functions

FunctionsConsumer

Chainlink functions are used to send a request from a smart contract to a decentralized oracle network (DON) which executes the provided source code in off chain environment and returns the result on chain through the `fulfillRequest` function

TODO
  • Debug to get successful response
  • Store latest city/country on chain
  • Display city/country for latest request on chain
  • Fancy user interface that shows image of sun if hot, clouds if cold, etc...

On Chain Weather