| 11 | const __dirname = path.dirname(__filename); |
| 12 | |
| 13 | class 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'; |
nothing calls this directly
no outgoing calls
no test coverage detected