Metadata-Version: 2.1
Name: funapis
Version: 0.4
Summary: Command line tool for some fun api usage
Home-page: https://github.com/nirabhratapaswi/funapis
Author: Nirabhra Tapaswi
Author-email: nirabhratapaswi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

<!-- TABLE OF CONTENTS -->
## Table of Contents

* [About the Project](#about-the-project)
  * [Built With](#built-with)
* [Getting Started](#getting-started)
  * [Prerequisites](#prerequisites)
  * [Installation](#installation)
* [Usage](#usage)
* [License](#license)
* [Contact](#contact)



<!-- ABOUT THE PROJECT -->
## About The Project

This project is built with the intent to harness free apis and provide a fun way to interact with them. (Terminal is fun, won't you agree?)
Sub Projects:-
- **numn**: A command line tool to get interesting facts about a number, date or year.

(others: coming soon)

### Built With
* [Python](https://www.python.org/)
* [RapidAPI](https://rapidapi.com/)



<!-- GETTING STARTED -->
## Getting Started

As this is a simple pip module, you can install it globally or in a virtual environment.

### Prerequisites

Virtual environment is not recommended as it won't be accesible globally.
* virtual env
```sh
$ python -m virtualenv venv
$ source ./venv/bin/activate
```

### Installation

1. Get a free API Key at [https://rapidapi.com/](https://rapidapi.com/) (*optional)
2. Install module
```sh
$ pip install funapis
```


<!-- USAGE EXAMPLES -->
## Usage

Using funapis is pretty simple from command line.

* **numn** - Number Apis
    * numn *options*
        * -h
        * -f
        * -ft
        * -fy
        * -fd

<!-- LICENSE -->
## License

Distributed under the MIT License. See `LICENSE` for more information.



<!-- CONTACT -->
## Contact

Nirabhra Tapaswi - nirabhratapaswi@gmail.com

Project Link: [https://github.com/nirabhratapaswi/funapis](https://github.com/nirabhratapaswi/funapis)
Pip Link: [https://pypi.org/project/funapis/](https://pypi.org/project/funapis/)


