1.1.11 • Published 1 year ago

@abhidevofficial/simple-apis v1.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Simple APIs

Simple and useful apis for developers.

Get Started:

> npm install @abhidevofficial/simple-apis
const simpleApis = require('@abhidevofficial/simple-apis')

APIs

Download posts from instagram using its url:

let url = 'https://www.instagram.com/p/....../?igshid=.....='
let post = simpleApis.igPostDownload(url);

console.log(post);

Download story from instagram using username:

let username = '_abhi.76_'
let story = simpleApis.igStoryDownload(username);

console.log(story);

Get direct WhatsApp Chat URL ( wa.me link generator ):

let number = '91xxxx' // Required: Enter WhatsApp number with country code ( OMIT SYMBOLS LIKE PLUS, HYPHENS AND BRACKETS )
let text = 'Hey' // Optional: Prefillied message
let result = simpleApis.generateWaChatUrl(number, text);

console.log(result);
// Returns:
// https://wa.me/91xxxx?text=Hey

Thank You:

Thank You for using @abhidevofficial/simple-apis!

Please feel free to give a STAR 🌟 for our @abhidevofficial/simple-apis.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.1.9

1 year ago

1.0.9

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.11

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago