Skip to content

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

Notifications You must be signed in to change notification settings

mafgit/mafgallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published