GitXplorerGitXplorer
t

mapkitjs-worker

public
4 stars
2 forks
5 issues

Commits

List of commits on branch main.
Verified
00b9f21be075135426af4e318393284a6ac8d0cb

Merge pull request #366 from tsekityam/dependabot/npm_and_yarn/mocha-and-types/mocha-10.1.0

ttsekityam committed 2 years ago
Verified
a0c6d4bfa34f5921c3756932914c4374a46db6a3

Bump mocha and @types/mocha

ddependabot[bot] committed 2 years ago
Verified
646c7e1654282651902c2532a7da9c390354305a

Merge pull request #193 from tsekityam/dependabot/npm_and_yarn/types/node-16.6.2

ttsekityam committed 3 years ago
Verified
fe60b3c24a428153f2743d2b5c7b6bcdeda13af1

Bump @types/node from 16.6.0 to 16.6.2

ddependabot[bot] committed 3 years ago
Verified
3b74edb17855f2da2cd35b0a8704336843e44b26

Merge pull request #192 from tsekityam/dependabot/npm_and_yarn/webpack-cli-4.8.0

ttsekityam committed 3 years ago
Verified
f52ee6ad6279651ca60726ce79c02642dfbdbd66

Bump webpack-cli from 4.7.2 to 4.8.0

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

MapKit JS Worker

Deploy FOSSA Status

Cloudflare Workers that generate JWT for MapKit JS.

It contains two routes:

  • /services/jwt, an API endpoint that returns JWT for MapKit JS.
  • /, a simple Apple Maps application, demostrating how to use the API above.

How to use

This repository use GitHub Actions to deploy the service to Cloudflare Workers

  1. Upload your Cloudflare API token to CF_API_TOKEN in GitHub repository secret

  2. Upload your MapKit Key to MAPKIT_PRIVATE_KEY in GitHub repository secret

  3. Replace my Cloudflare CF_ACCOUNT_ID with yours in .github/workflows/main.yml

  4. Replace my Cloudflare CF_ZONE_ID with yours in .github/workflows/main.yml

  5. Replace my MapKit JS KEY_ID with yours in wrangler.toml

  6. Replace my Apple Developer TEAM_ID with yours in wrangler.toml

  7. Replace my routes ROUTES with yours in wrangler.toml

  8. Replace my domain ORIGIN with yours in wrangler.toml

Once you commit the changes to GitHub, GitHub Actions should be triggered and deploy the services to Cloudflare Workers

References

License

FOSSA Status