rbkeyes / craft-but-not-least

An application for craft enthusiasts to trade or sell unused/unwanted supplies.
MIT License
2 stars 0 forks source link

components needed #5

Open rbkeyes opened 1 year ago

rbkeyes commented 1 year ago

Please add to the list as you think of items!

mxu4321 commented 1 year ago
mxu4321 commented 1 year ago

3rd party APIs and libraries that provide free pictures for crafts:

mxu4321 commented 1 year ago

Fetch from 3rd party API with PROTECTION of API key:

API_KEY=YOUR_API_KEY 
require('dotenv').config();
const API_KEY = process.env.API_KEY; 
fetch(`https://api.example.com/data?api_key=${API_KEY}`)
  .then(response => response.json())
  .then(data => {
    // process the data
  });
rbkeyes commented 1 year ago
winstonheard commented 1 year ago

form for purchasing/trading?