Find (almost) every npm package's repository in an instant.
Visit pkgsource.ffflorian.dev/{packageName} in your web browser, e.g. pkgsource.ffflorian.dev/nock.
Visit pkgsource.ffflorian.dev/{packageName}@{version} in your web browser, e.g. pkgsource.ffflorian.dev/lodash@4.17.15. This also works with npm tags, e.g. pkgsource.ffflorian.dev/typescript@beta
If no version is specified, the latest version is assumed.
Visit pkgsource.ffflorian.dev/{packageName}?raw in your web browser, e.g. pkgsource.ffflorian.dev/commander?raw.
Visit pkgsource.ffflorian.dev/{packageName}?unpkg in your web browser, e.g. pkgsource.ffflorian.dev/express@4.17.1?unpkg. You can use the same features (raw, version, tags) as mentioned above.
Prerequisites:
yarn
yarn start:dev
yarn
yarn dist
yarn start
Open /_swagger-ui in the browser to try it out.