Socket
Socket
Sign inDemoInstall

@ctx-core/etsy_cache

Package Overview
Dependencies
3
Maintainers
1
Versions
1652
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ctx-core/etsy_cache

cache data for an etsy account


Version published
Weekly downloads
924
increased by134.52%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@ctx-core/etsy_cache

Caches the listings in a Etsy Store to S3.

Also contains a Etsy_Store component to browse through store & to purchase a listing through Etsy.

Usage

cache-etsy.js

npm install @ctx-core/etsy_cache
cache-etsy.js

Etsy_Store

<script>
	import Etsy_Store from '@ctx-core/etsy_cache/Etsy_Store.svelte'
</script>

<Etsy_Store></Etsy_Store>

<style lang="scss">
	@import "~@ctx-core/etsy_cache/Etsy_Store";
	@import "your-css/variables";
	@include Etsy_Store($min-width__multi_column: $width__desktop-max);
</style>

Environment Variables

ETSY_API_KEY

ETSY_API_SECRET

ETSY_STORE_ID

ETSY_LISTING_A_KEY - S3 Key for the json file containing the Array of Listings

ETSY_LISTING_IMAGE_A_KEY - S3 Key for the json file containing the Array of images for the listings

FAQs

Last updated on 18 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc