This package has been deprecated

Author message:

This package is not usable due to updates in Rapid API

react-native-rapid-api

1.0.3 • Public • Published

react-native-rapid-api

This is an npm package for using Rapid API with react native.

Get Your RapidAPI Credentials

  1. Go to your RapidAPI Dashboard (https://dashboard.rapidapi.com)
  2. Go to My Apps => (Your application) => Security

How to Use

Run the following command to install the package:

npm install react-native-rapid-api --save

In your code, add the following code to import the RapidAPI SDK:

import RapidAPI from 'react-native-rapid-api'
const rapid = new RapidAPI('PROJECT_NAME', 'API_KEY')

(Example) Call the NASA API and check out the picture of the day:

rapid.call('NasaAPI', 'getPictureOfTheDay', {})

/react-native-rapid-api/

    Package Sidebar

    Install

    npm i react-native-rapid-api

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    5.86 kB

    Total Files

    4

    Last publish

    Collaborators

    • cactice