https://github.com/phiilu/apple-maps-example
This repo shows how you can add Apple Maps to your website using a serverless function hosted on Netlify
https://github.com/phiilu/apple-maps-example
apple-maps hacktoberfest html javascript map maps netlify netlify-functions serverless
Last synced: 26 days ago
JSON representation
This repo shows how you can add Apple Maps to your website using a serverless function hosted on Netlify
- Host: GitHub
- URL: https://github.com/phiilu/apple-maps-example
- Owner: phiilu
- Created: 2020-10-04T19:31:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T21:02:14.000Z (about 5 years ago)
- Last Synced: 2025-04-03T12:47:19.980Z (7 months ago)
- Topics: apple-maps, hacktoberfest, html, javascript, map, maps, netlify, netlify-functions, serverless
- Language: HTML
- Homepage: https://apple-maps-example.netlify.app
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apple Maps Example
## Getting Started
1. You will need to install the Netlify CLI globally
```
npm install netlify-cli -g
```
2. Next install the dependencies with `npm install`
3. Run the project with `npm start`
4. The website will now be available on `http://localhost:18080`