# ngspotifylib

> Angular module that fetches artist's names from spotify

Latest version **1.0.2** (published 2017-04-30) · ISC license · 0 weekly downloads

## Install

```sh
npm install ngspotifylib
pnpm add ngspotifylib
yarn add ngspotifylib
bun add ngspotifylib
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2017-04-30 |
| First published | 2017-04-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Known vulnerabilities | 0 (+21 in 3 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | psib0t |

## Links

- npm: https://www.npmjs.com/package/ngspotifylib
- Repository: https://github.com/PSIB0T/ngspotlib
- Homepage: https://github.com/PSIB0T/ngspotlib#readme
- Issues: https://github.com/PSIB0T/ngspotlib/issues
- npm.io page: https://npm.io/package/ngspotifylib

## Dependencies (12)

- [rxjs](https://npm.io/package/rxjs.md) ^5.1.0
- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [core-js](https://npm.io/package/core-js.md) ^2.4.1
- [zone.js](https://npm.io/package/zone.js.md) ^0.8.4
- [@angular/core](https://npm.io/package/@angular/core.md) ^4.0.0
- [@angular/http](https://npm.io/package/@angular/http.md) ^4.0.0
- [@angular/forms](https://npm.io/package/@angular/forms.md) ^4.0.0
- [@angular/common](https://npm.io/package/@angular/common.md) ^4.0.0
- [@angular/router](https://npm.io/package/@angular/router.md) ^4.0.0
- [@angular/compiler](https://npm.io/package/@angular/compiler.md) ^4.0.0
- [@angular/platform-browser](https://npm.io/package/@angular/platform-browser.md) ^4.0.0
- [@angular/platform-browser-dynamic](https://npm.io/package/@angular/platform-browser-dynamic.md) ^4.0.0

## Recent versions

- 1.0.2 (latest) — 2017-04-30
- 1.0.1 — 2017-04-30
- 1.0.0 — 2017-04-30

## README

# NgSpotifylib

Angular module that fetches artist's names from spotify

## Prerequisites
[Angular4](https://angular.io/)

## Example code

export class AppComponent implements OnInit{
  title = 'NG Spotify';
  artist:string = "";

  constructor(private router: Router){

  }
  ngOnInit(){

  }
  search(){
    this.router.navigate(['/link'], { queryParams: { artist: this.artist } });
    
  }

}

---
_Source: https://npm.io/package/ngspotifylib · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
