/NGsplash

An Angular Application using the JavaScript API of Unsplash

Primary LanguageTypeScriptMIT LicenseMIT

NgSplash

Emmeded the Unsplash API inside an Angular Application, generated with Angular CLI version 13.3.1.

Gettings Started

Development

  1. npm install
  2. Enter your unsplash accessKey inside the environment.ts
    • Leave accessKey equals "" to enter Demo Mode
  3. npm start

Release

  1. Get a Release Version "link"
  2. Start a http server

Demo Mode

If you have no accessKey you can use this Application in Demo Mode.

In Demo Mode this Application has not connection to the unsplash Server and returns the static values inside the assets/demo-image-response.json file.