Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrtovmach/passport-instagram-strategy
Instagram strategy for passportjs
https://github.com/alexandrtovmach/passport-instagram-strategy
Last synced: 26 days ago
JSON representation
Instagram strategy for passportjs
- Host: GitHub
- URL: https://github.com/alexandrtovmach/passport-instagram-strategy
- Owner: alexandrtovmach
- License: mit
- Created: 2019-12-28T22:45:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T09:33:00.000Z (over 3 years ago)
- Last Synced: 2024-09-14T03:03:41.893Z (about 2 months ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# passport-instagram-strategy
[![npm](https://img.shields.io/npm/v/passport-instagram-strategy?logo=npm&cacheSeconds=1800)](https://www.npmjs.com/package/passport-instagram-strategy)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/passport-instagram-strategy?cacheSeconds=1800)](https://www.npmjs.com/package/passport-instagram-strategy)
[![npm](https://img.shields.io/npm/dt/passport-instagram-strategy?cacheSeconds=1800)](https://www.npmjs.com/package/passport-instagram-strategy)## 🚀 Get Started
Follow these steps to start using `passport-instagram-strategy`:
1. Installation
```sh
# with npm
npm i passport-instagram-strategy# with yarn
yarn add passport-instagram-strategy
```2. Import and configure component.
```ts
```## 📝 License
[MIT](https://github.com/alexandrtovmach/passport-instagram-strategy/blob/master/LICENSE)