/mafgallery

A free image stock website, fetches data from Pixabay API.

Primary LanguageCSS

mafgallery

  • A free stock image website, that fetches data from Pixabay's API.
  • You would need an API Key for this website to work properly, so go to https://pixabay.com/api/docs/ to get an API Key for free.

How to make it work

  • Create a file in the same directory as main.js named:
config.js
  • Copy the following code inside 'config.js' but replace the value of MY_KEY with your Pixabay API key in quotation marks.
let config = {
  MY_KEY: '',
};

Overview

alt text