Socket
Socket
Sign inDemoInstall

ngx-insta

Package Overview
Dependencies
5
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ngx-insta

Library using instagram API


Version published
Weekly downloads
71
increased by65.12%
Maintainers
1
Install size
146 kB
Created
Weekly downloads
 

Readme

Source

:camera: Ngx-Insta

This project was based on InstaFeed2.

Getting Starded

Installation instructions

Install ngx-insta from npm:

npm install ngx-insta --save

Add needed package to NgModule imports:

import { NgxInstaModule } from 'ngx-insta';

@NgModule({
  ...
  imports: [NgxInstaModule,...]
  ...
})

Add component to your page:

<ngx-insta [config]="config"></ngx-insta>

Config

  config: any = {
    count: '10' , // any int value
    idUser: '#YOUR_IDUSER',
    tokenUser: '#YOUR_TOKEN',
    grid: true // false is list true is grid
  };

License

MIT

Keywords

FAQs

Last updated on 04 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc