0.3.1 • Published 3 years ago

wasm-get-ip v0.3.1

Weekly downloads
59
License
MIT
Repository
github
Last release
3 years ago

Core concept

This WASM project aim to create a lightweight ip address client-side fetcher.

Using the official npm.js package the developer can inject in all the "ipAddress" class elements the client IP configuring his own custom API endpoint or using the default ipify endpoint.

Project usage:

import * as getIp from 'wasm-get-ip';

getIp.fetch()
<p class="ipAddress"></p><!-- Or other markup tags that not require value attribute -->
<input class="ipAddress"/>
<textarea class="ipAddress"></textarea>

🚴 How to start developing

  1. git clone https://github.com/Valerioageno/wasm-get-ip.git
  2. wasm-pack build
  3. enjoy!
  4. optional npm init wasm-app www

🚀 Deploy

For deploying WebAssembly in production check the instructions at the following link: https://rustwasm.github.io/docs/book/reference/deploying-to-production.html

📝 License

This project is licensed under the MIT License - see the LICENSE_MIT || LICENSE_APACHE file for more information.

0.3.0

3 years ago

0.2.1

3 years ago

0.3.1

3 years ago

0.1.10

3 years ago

0.1.2

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago