Skip to content

FIWARE-Ops/fiwaremarketplace

Repository files navigation

FIWARE Marketplace Product Generator

FIWARE Marketplace Data

  1. Download the Approved Products as a CSV file.
  2. Copy over the Products CSV to products.csv
  3. Copy over the Product Details CSV to product-details.csv
  4. To generate files run:
npm run marketplace
  1. Upload generated pageData.js for each category on fiware.org to WP Content > Marketplace > Category folder (e.g. powered-by-fiware)
  2. Upload generated products.js onto fiware.org

Install

The process to setup the tool is as follows:

  1. Install Node.js and Git
brew install node
brew install npm
brew install git
  1. Download the tool
git clone https://github.com/FIWARE-Ops/fiwaremarketplace.git
  1. Install Node.js libraries
npm install
  1. Optional Copy an edit a version of Keys and edit the list of auto-downloaded CSVs.

Usage

Update FIWARE Marketplace Products

npm run marketplace

Update FIWARE Global Summit Speakers

npm run speakers

Update People listings on fiware.org

  • FIWARE Team
npm run team|people
  • Board of Directors
npm run bod
  • Board of Officers
npm run boo
  • FIWARE Experts
npm run experts
  • FIWARE Evangelists
npm run evangelists
  • FIWARE Mission Support Committees
npm run msc
  • FIWARE Technical Support Committee
 npm run tsc
  • Scientific Advisory Board
npm run fisab

Update Directory listings on fiware.org

  • FIWARE Smart Cities
npm run cities
  • FIWARE Jobs Postings
npm run careers
  • FIWARE Domains
npm run domains
  • FIWARE Generic Enablers
npm run enablers
  • FIWARE iHubs
npm run ihubs|iHubs
  • FIWARE Impact Stories
npm run impact-stories
  • FIWARE Marketing Materials
npm run marketing
  • FIWARE Open Calls
npm run open-calls
  • FIWARE Membership
npm run organisations
  • FIWARE Research and Development Projects
npm run research-development
  • FIWARE Webinars
npm run webinars

License

Apache 2.0 © 2022-2024 FIWARE Foundation e.V.