1.0.10 • Published 6 years ago

jsplash v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

npm

NgSplash is an Angular 2+ wrapper for the Unsplash API.

Browser support

ChromeSafari
Latest ✔Latest ✔

Prerequisites

What things you need to install the software and how to install them

Give examples

Installation

First, install the package with node

$ npm i --save jsplash

Then simply import the NgSplash module to your AppModule

import { NgSplashModule } from 'jsplash';

@NgModule({
    declarations: [AppComponent],
    imports: [BrowserModule, NgSplashModule],
    providers: [],
    bootstrap: [AppComponent]
})
export class AppModule {}

You just need to enjoy your random pictures :) Find everything you need to know from the API below.

Deployment

Add additional notes about how to deploy this on a live system

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago