Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishagg17/node-action


https://github.com/anishagg17/node-action

actionshackathon

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

node-action #ActionsHackathon

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

This action checks each image in the commit to detects nudity and other inappropriate content in it.

Usage
See action.yml

` Works for node 8.x, 10.x, 12.x `

> - uses: actions/checkout@v2
> - name: Use Node.js ${{ matrix.node-version }}
> uses: actions/setup-node@v1
> with:
> node-version: ${{ matrix.node-version }}
> - run: npm install
> - name: run loop
> run: for filename in images/*; do node app.js "$filename" ; done

License
The scripts and documentation in this project are released under the MIT License

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Anish Aggarwal

💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!