GitXplorerGitXplorer
t

mapkitjs-worker

public
4 stars
2 forks
5 issues

Commits

List of commits on branch main.
Unverified
fad3416d6aef0e64a2b0015cbfcc0ecfd8cbf24e

Format all files

ttsekityam committed 3 years ago
Verified
7b5791c4105fb63b6f5a8b6876703b0f01b1f613

Merge pull request #188 from fossabot/add-license-scan-badge

ttsekityam committed 3 years ago
Unverified
118dae731a26543129a2da3b955d555f7894249a

Add license scan report and status

ffossabot committed 3 years ago
Verified
522be5b922b24c6a8d67d182b777975e8a3335d3

Merge pull request #187 from tsekityam/add-license-1

ttsekityam committed 3 years ago
Unverified
ef6e5df1a24de0483a9a2856aea85c00bae5a878

Delete LICENSE_APACHE

ttsekityam committed 3 years ago
Unverified
877c8177daeeb0ea4b7415787defd99f20a23926

Update package.json

ttsekityam 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