Skip to content

v1.0.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ciaarraa ciaarraa released this 20 Sep 19:34
· 12 commits to main since this release

Changelog

  • 722f301 Accept user location input
  • 5a70122 Add Geocode client
  • e623c61 Add a cache
  • afd6141 Add a test for geocode.
  • 04f4217 Add caching with expiry to the cache package
  • 98114ac Add env example file
  • 998a6d6 Add files to git ignore
  • 287a5f7 Add go mod and sum
  • ffe3948 Add root method
  • 451515a Add tests for caching module
  • 11e21d9 Assign latitude and longitude correctly
  • fc8d158 Begin adding geocoder client
  • d12a6de Delete the cached data
  • 738c674 Fix bug in cache Pass the hashKey instead of the key string
  • fc6520b Initial commit
  • 9507683 Make geocoder a package
  • 0f3da19 Merge pull request #2 from ciaarraa/cache-forecast-with-ttl
  • f9f03c1 Read the geocode api key from the env file
  • b07375d Remove initial cache methods
  • c37ddfc Remove response from main
  • 68783c6 Rename method to Coordinate & use api key
  • a8cf11d Restructre geocode package
  • 7ac5e65 Use correct address and close cache properly
  • 085cf3e Use github package names
  • 253f756 Use go releaser
  • 293aed7 Use the cache in the location command