Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewscwei/aristotl

A logical fallacy lookup tool
https://github.com/andrewscwei/aristotl

aristotle logical-fallacies netlify prismicio react typescript

Last synced: 7 days ago
JSON representation

A logical fallacy lookup tool

Awesome Lists containing this project

README

        

# Aristotl [![CD](https://github.com/andrewscwei/aristotl/workflows/CD/badge.svg)](https://github.com/andrewscwei/aristotl/actions?query=workflow%3ACD)

A logical fallacy lookup tool.

Fallacy descriptions, examples and other definitions are sourced from [The Fallacy Files](https://www.fallacyfiles.org/), [Internet Encyclopedia of Philosophy](https://www.iep.utm.edu/) and [Wikipedia](https://en.wikipedia.org). They are rearranged for presentation clarity and language consistency. Full credits go to the respective authors of these sources.

## Usage

```sh
$ nvm use
$ npm install
$ npm run dev # Run in dev, served on localhost:8080
$ npm run build # Build for production
```