Skip to content

Szeket/dweb-search-frontend

 
 

Repository files navigation

dweb-search-frontend

Pipeline Status Maintainability Backers on Open Collective Sponsors on Open Collective

New frontend repository for ipfs-search.com. Master is automatically deployed through Fleek.

Dependencies

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

NSFW api

This build uses an API to check nsfw content.

The default API endpoint to is: https://api.ipfs-search.com/nsfw/ . This can be overridden by injecting process.env.NSFW_API

The API call should be: <process.env.NSFW_API><CID>, so e.g.

https://api.ipfs-search.com/nsfw/QmSZzv7ux1LGwpehVcCMQ9ec945X6qE4qyjKDhCVwY25iw https://api.ipfs-search.com/v1/nsfw/classify/

About

Frontend for dweb-search, formerly ipfs-search.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 65.4%
  • JavaScript 31.4%
  • CSS 2.1%
  • Other 1.1%