webapi-core

Set of simplified WEB APIs.

Usage no npm install needed!

<script type="module">
  import webapiCore from 'https://cdn.skypack.dev/webapi-core';
</script>

README

:package: webapi-core

:package: webapi-core

Set of simplified WEB APIs.

Issues GitHub pull requests GitHub Downloads GitHub Total Downloads

Report Bug Request Feature

Did you like the project? Please, considerate a donation to help improve!

Set of simplified WEB APIs.

Getting started

Installation

npm i webapi-core
#OR
yarn add webapi-core

Or use with CDN version:

<script crossorigin src="https://unpkg.com/webapi-core/lib/index.js"></script>

Usage:

Vibration API

Most modern mobile devices include vibration hardware, which lets software code provide physical feedback to the user by causing the device to shake. The Vibration API offers Web apps the ability to access this hardware, if it exists, and does nothing if the device doesn't support it. Read more

Contribute:

Clone this repository: git clone https://github.com/hebertcisco/webapi-core

Open and run:

cd webapi-core && npm i
#  Code it!