jsplash
v1.0.10
Published
Angular 2+ component to deal with unsplash API
Downloads
3
Maintainers
Readme
NgSplash is an Angular 2+ wrapper for the Unsplash API.
Browser support
| | | | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | 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
- Unsplash API - The web framework used
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Billie Thompson - Initial work - PurpleBooth
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