Microservice API endpoint to fetch and expose my location from nomadlist.com
Go to file
dependabot[bot] c3d4622aa8
Bump @vercel/node from 3.0.17 to 3.0.26 (#180)
Bumps [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) from 3.0.17 to 3.0.26.
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/node@3.0.26/packages/node)

---
updated-dependencies:
- dependency-name: "@vercel/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 11:35:09 +01:00
.github initial commit 2021-12-02 19:13:54 +00:00
api set Cache-Control response headers 2024-02-05 23:00:14 +00:00
lib add Foursquare/Swarm checkins 2023-08-09 22:32:30 +01:00
scripts add Foursquare/Swarm checkins 2023-08-09 22:32:30 +01:00
.env.example add Foursquare/Swarm checkins 2023-08-09 22:32:30 +01:00
.gitignore add Foursquare/Swarm checkins 2023-08-09 22:32:30 +01:00
.prettierrc initial commit 2021-12-02 19:13:54 +00:00
LICENSE initial commit 2021-12-02 19:13:54 +00:00
README.md add Foursquare/Swarm checkins 2023-08-09 22:32:30 +01:00
package-lock.json Bump @vercel/node from 3.0.17 to 3.0.26 (#180) 2024-04-08 11:35:09 +01:00
package.json Bump @vercel/node from 3.0.17 to 3.0.26 (#180) 2024-04-08 11:35:09 +01:00
tsconfig.json initial commit 2021-12-02 19:13:54 +00:00
vercel.json switch to Edge Functions 2022-11-17 14:36:16 +00:00

README.md

location

Microservice API endpoint to fetch and expose my location.

Table of Contents

🏄 Usage

Location is currently fetched from my (private) nomadlist.com profile & Foursquare/Swarm check-ins, making sure any API keys are hidden from any browser, and only the relevant location data is exposed.

https://location.kremalicious.com

Used to display location on my portfolio & blog.

⬆️ Deployment

Every branch or Pull Request is automatically deployed by Vercel with their GitHub integration. A link to a deployment will appear under each Pull Request.

Development

Requires env vars:

  • NOMADLIST_PROFILE
  • NOMADLIST_KEY
  • FOURSQUARE_KEY
npm start

# fetches all Foursquare/Swarm checkins and writes them out to checkins.json
npm run get-checkins

🏛 License

Copyright (c) 2021 Matthias Kretschmann

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.