New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-insta

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-insta

Library using instagram API

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 04 Aug 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc