Skip to content

gwfl/pwafire

 
 

Repository files navigation

Progressive Web Apps API of APIs

Build Scalable Progressive Web Apps/First Experiences. Visit Documentation site.

Build Status CI

Introducing pwafire cdn and npm

Progressive Web Apps API of APIs. All New Web Capabilities as one Package.

Install pwafire via NPM

 npm i pwafire --save

Get pwafire over CDN as an E6 Module

import pwafire from "https://unpkg.com/pwafire/esm/index.js";
const pwa = pwafire.pwa;

Example : using pwafire

Import pwafire in your react app

 import pwafire from "pwafire";
 const pwa = pwafire.pwa;

Call the share method on pwa

 pwa.Share(data);

Preview Documentation : Get Started

PWA : New Web Capabilities

Feature Feature
Custom Install Button Offline Capabilities
Background Sync Native App Install Banner
Badging Web Share
Contact Picker Copy Text
Share Target Copy Images
Screen Wake Lock Push Notifications
View All, 15 + Here

Chat : Join the conversation

Follow our Developer Account on Twitter. Get Live Help on our Slack Workspace.

Communication Channel Talk to us
Twitter Chat Tweet us
Slack Workspace Join Workspace

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website [Contribute]

Contribute

Propose your Feature by Creating an Issue

License

License Link
MIT License View License

About

Progressive Web Apps API of APIs

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.8%
  • TypeScript 24.3%
  • HTML 21.0%
  • CSS 3.9%