JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 973
  • Score
    100M100P100Q101137F
  • License ISC

Display media on your website

Package Exports

  • mediaspace

Readme

About

This is a package that directly displays photos available in spaces created on mediaspaces app. It makes it possible to share pictures uploaded by you, or shared by your audience directly on your website. With this, you can decide to automatically update photos shown on your website based on certain metrics including how happy the people taking the photos are, the quality of the photos, their popularity (in terms of how many times they have been shared, and interacted with on social media), etc.

Running the project

Step 1: Install the package;

npm install mediaspace

Step 2: Use it in your web app

import Mediaspace from 'mediaspace'

const M = new Mediaspace(<element>, {apiKey: <api_key>})

Check out the video below on how to go about this;