0.3.54 • Published 18 days ago

@nyris/nyris-widget v0.3.54

Weekly downloads
111
License
-
Repository
-
Last release
18 days ago

nyris-widget

Embed the widget to use nyris search on your website.

Usage

npm install @nyris/nyris-widget

Embed widget.js in your website and provide a nyrisSettings object.

<script>
window.nyrisSettings = {
    // Required
    apiKey: '<YOUR_API_KEY>',

    // Optional
    xOptions: 'default', // See "general request options" https://docs.nyris.io/#general-request-options
    baseUrl: '', // Use different server URL
    jpegQuality: 0.9, // Quality of the scaled image sent to the api
    maxWidth: 500, // Maximal size of the scaled image
    maxHeight: 500,
    responseFormat: 'application/offers.complete+json', // See "response type" https://docs.nyris.io/#response-type
    instantRedirectPatterns: [ 'mysite.com' ] // If exactly one result is returned and it contains `mysite.com`,go directly to the link.
}
</script>
<script src="node_modules/@nyris/nyris-widget/dist/widget.js"></script>

Building a custom version

Follow the steps on main README initialize all packages. Then in this directory, run npm start for a local development server or npm run build to build a minified widget.js.

0.3.54

18 days ago

0.3.53

19 days ago

0.3.52

23 days ago

0.3.51

24 days ago

0.3.50

1 month ago

0.3.49

1 month ago

0.3.48

2 months ago

0.3.47

3 months ago

0.3.46

4 months ago

0.3.45

4 months ago

0.3.44

5 months ago

0.3.43

5 months ago

0.3.39

7 months ago

0.3.38

7 months ago

0.3.37

8 months ago

0.3.36

8 months ago

0.3.35

9 months ago

0.3.34

10 months ago

0.3.33

10 months ago

0.3.42

6 months ago

0.3.41

6 months ago

0.3.40

6 months ago

0.3.32

11 months ago

0.3.31

11 months ago

0.3.30

12 months ago

0.3.29

1 year ago

0.3.27

1 year ago

0.3.26

1 year ago

0.3.25

1 year ago

0.3.24

1 year ago

0.3.23

1 year ago

0.3.22

1 year ago

0.3.21

1 year ago

0.3.20

1 year ago

0.3.19

1 year ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.18

2 years ago

0.3.9

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.6

2 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago