An open API service indexing awesome lists of open source software.

https://github.com/garrettmac/politicc-sqs


https://github.com/garrettmac/politicc-sqs

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

politicc-sqs

Meet politicc-sqs

npm versionnpm versionPR StatsIssue Stats Join the chat

# politicc-sqs

## Getting Started

## Installation

- Install `react-native` first

```bash
npm i react-native -g
yarn add politicc-sqs
mkdir Example
cd Example
yarn install #(or with npm)
npm start
```

### Example

or clone the repo and play with the example project

```bash
$ git clone https://github.com/garrettmac/politicc-sqs
$ cd politicc-sqs/Example
$ yarn install
$ npm start
```
### Basic Usage

- In your `index.js`, use:
```bash
import X from "politicc-sqs"
........
```