0.1.3 • Published 2 months ago

wawnative v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

wawnative

Wawlabs search engine

Installation

npm install wawnative

Search Usage

import Waw from 'wawnative';

// ...

 const waw = new Waw();
const repsonse = await waw.get('https://example/search?q=')

Top Search Usage

import Waw from 'wawnative';

// ...

 const waw = new Waw();
const repsonse = await waw.get('https://example/top_searches')

Top Search Response

and Response has that values: top_searches:[] ->type is string Array top_brands:[] -> type is string Array top_category:[]-> type is string Array top_products:[] ->type is object (or any) Array default_banner:[] ->type is object (or any )Array redirect:{} -> type is object and keys also same top_searches values. But values type is string url

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.1.2

2 months ago

0.1.3

2 months ago

0.1.1

4 months ago

0.1.0

4 months ago