You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

awesomer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awesomer

Turn your awesome list into an HTTP API

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

awesomer

Convert any awesome-list into JSON data.

Run

Requirements:

  • npm >= v5

You can configure the following options:

namedescriptiondefault
GITHUB_API_KEYThe API key obtained by Github (required)""
LIST_URLThe URL of the awesome list (should return text) (required)""
DESTThe filename for the static JSON filedata.json
IMAGE_DESTThe folder where you want to save the screenshotsfalse (don't save the screenshots)

Either passing them as command-line arguments or exporting them as environment variables or even write them to a config.json file like the following one:

{
  "GITHUB_API_KEY": "asnd29n30r2fmnoGREG%§gr3094wfenoi3",
  "LIST_URL": "https://raw.githubusercontent.com/wbkd/awesome-d3/master/README.md",
  "DEST": "static/data/projects.json",
  "IMAGE_DEST": "static/images/"
}

Then you can run:

npx github:wbkd/awesomer

Keywords

awesome

FAQs

Package last updated on 12 Jan 2023

Did you know?

Socket

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