An open API service indexing awesome lists of open source software.

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

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.