https://github.com/pwa-builder/pwabuilder-manifest-creator
Scrapes a web page and creates a web manifest from metadata within the page
https://github.com/pwa-builder/pwabuilder-manifest-creator
Last synced: 20 days ago
JSON representation
Scrapes a web page and creates a web manifest from metadata within the page
- Host: GitHub
- URL: https://github.com/pwa-builder/pwabuilder-manifest-creator
- Owner: pwa-builder
- Created: 2021-08-31T22:00:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T19:50:55.000Z (7 months ago)
- Last Synced: 2025-04-12T07:18:17.883Z (20 days ago)
- Language: C#
- Size: 26.4 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Please use our [main repository for any issues/bugs/features suggestion](https://github.com/pwa-builder/PWABuilder/issues/new/choose).
# pwabuilder-manifest-creator
Scrapes a web page and creates a web manifest from metadata within the page## Running the service
The service is published as an Azure function at https://pwabuilder-manifest-creator.azurewebsites.net. You can run the service by issuing a GET to `https://pwabuilder-manifest-creator.azurewebsites.net/api/create?url=https://sample.com`, where sample.com is the website for which you wish to generate a manifest.## Running locally
To run the function locally, clone the repository, open `Microsoft.PWABuilder.ManifestCreator.sln` in Visual Studio, and press F5 to run. Visual Studio will prompt you to install any missing Azure tools needed to run the solution.