MCPcopy Create free account
hub / github.com/chokcoco/iCSS /

Class

MCP/scripts/fetch-inspiration.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const __dirname = path.dirname(__filename);
12
13class InspirationFetcher {
14 constructor() {
15 this.baseURL = 'https://api.github.com/repos/chokcoco/CSS-Inspiration';
16 this.rawURL = 'https://raw.githubusercontent.com/chokcoco/CSS-Inspiration/master';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected