GithubHelp home page GithubHelp logo

flickrdemo's Introduction

FlickrDemo

A Photo Search Web Application based on the Flickr APIs

Getting started

Node 10.13.0 + npm 6.4.1 were used to create this application

First Steps - Flickr API Key

  1. Open https://www.flickr.com/services/api/
  2. Click on API Keys
  3. Authenticate and create your API Key
  4. Create a .env file in the root of this Flickr Demo project
  5. Copy your API key inside and save
FLICKR_API=API_KEY_HERE

Install Dependencies

Please install all the required dependencies running the following script:

npm install

Run the Application

Once the dependencies are successfully installed the application can be run in dev mode using:

npm run start:dev

or in production mode using:

npm run start

Browse the application

The application is available at: http://localhost:8080/

Available scripts

"scripts": {
    "start": "npm run start:prod",
    "build": "npm run clean && cross-env MODE=production BABEL_ENV=production webpack --config config/webpack.config.js",
    "clean": "rimraf dist",
    "serve": "serve -s dist",
    "start:dev": "cross-env MODE=development BABEL_ENV=development webpack-dev-server --config config/webpack.config.js --progress --hot",
    "start:prod": "npm run build && webpack-dev-server --config config/webpack.devserver.prod.js",
    "start:prod-serve": "npm run build && npm run serve",
    "webpack-analyzer": "cross-env MODE=production BABEL_ENV=production webpack --config config/webpack.analyzer.js --progress"
  }

Known Issues

  1. Investigate Flickr API pagination issue (Some requests (per page) do not return the requested page size).
    1.1 Flickr API Explorer
  2. Material Design Card Title has no overflow.

Troubleshooting

image.
You May have forgotten to apply your Flickr API key.

flickrdemo's People

Contributors

dependabot[bot] avatar williamholmes avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.