|
1 | | -# **An Unofficial Repl.it API** |
2 | | -## *Easier Interactions in a Tiny Package* |
3 | | - |
4 | | -The API.it package made by [@RayhanADev](https://repl.it/@RayhanADev) is a wrapper for Repl.it's GraphQL (and in the future REST and even Crosis) API. With multitudes of features such as: |
5 | | - |
6 | | -- **Fetching User Data** (such as): |
7 | | - - Profile Info (Date Joined, Profile Picture, Cycles, etc.) |
8 | | - - Posts by Filter |
9 | | - - Comments by Filter |
10 | | -- **Fetching Post Data** (such as): |
11 | | - - Title & Body |
12 | | - - Author |
13 | | - - Upvotes & Upvoters |
14 | | - - Comments |
15 | | - - Type |
16 | | -- **Fetching Comment Data** (such as): |
17 | | - - Body |
18 | | - - Vote Count |
19 | | - - Parent Comments |
20 | | - - Answer to Question |
21 | | -- **Fetching Repl Data** (such as): |
22 | | - - Title |
23 | | - - Embed Url |
24 | | - - Time Created |
25 | | - |
26 | | -## **How to Use?** |
| 1 | +[![Contributors][contributors-shield]][contributors-url] |
| 2 | +[![Forks][forks-shield]][forks-url] |
| 3 | +[![Stargazers][stars-shield]][stars-url] |
| 4 | +[![Issues][issues-shield]][issues-url] |
| 5 | +[![MIT License][license-shield]][license-url] |
| 6 | + |
| 7 | +<!-- PROJECT LOGO --> |
| 8 | +<br /> |
| 9 | +<p align="center"> |
| 10 | + <a href="https://github.com/RayhanADev/REPLAPI.it"> |
| 11 | + <img src="images/logo.jpg" alt="Logo" width="600" height="200"> |
| 12 | + </a> |
| 13 | + |
| 14 | + <h3 align="center">REPLAPI.it</h3> |
| 15 | + |
| 16 | + <p align="center"> |
| 17 | + A Simple and Complete Repl.it API Package |
| 18 | + <br /> |
| 19 | + <a href="https://replapidocs.rayhanadev.repl.co"><strong>Explore the docs »</strong></a> |
| 20 | + <br /> |
| 21 | + <br /> |
| 22 | + <a href="https://www.npmjs.com/package/replapi-it">View Package on NPM</a> |
| 23 | + · |
| 24 | + <a href="https://github.com/RayhanADev/REPLAPI.it/issues">Report Bug</a> |
| 25 | + · |
| 26 | + <a href="https://github.com/RayhanADev/REPLAPI.it/issues">Request Feature</a> |
| 27 | + </p> |
| 28 | +</p> |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +<!-- TABLE OF CONTENTS --> |
| 33 | +<details open="open"> |
| 34 | + <summary><h2 style="display: inline-block">Table of Contents</h2></summary> |
| 35 | + <ol> |
| 36 | + <li> |
| 37 | + <a href="#about-the-project">About The Project</a> |
| 38 | + <ul> |
| 39 | + <li><a href="#built-with">Built With</a></li> |
| 40 | + </ul> |
| 41 | + </li> |
| 42 | + <li> |
| 43 | + <a href="#getting-started">Getting Started</a> |
| 44 | + <ul> |
| 45 | + <li><a href="#prerequisites">Prerequisites</a></li> |
| 46 | + <li><a href="#installation">Installation</a></li> |
| 47 | + </ul> |
| 48 | + </li> |
| 49 | + <li><a href="#usage">Usage</a></li> |
| 50 | + <li><a href="#roadmap">Roadmap</a></li> |
| 51 | + <li><a href="#contributing">Contributing</a></li> |
| 52 | + <li><a href="#license">License</a></li> |
| 53 | + <li><a href="#contact">Contact</a></li> |
| 54 | + <li><a href="#acknowledgements">Acknowledgements</a></li> |
| 55 | + </ol> |
| 56 | +</details> |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +<!-- ABOUT THE PROJECT --> |
| 61 | +## About The Project |
| 62 | + |
| 63 | +[](https://repl.it/@RayhanADev/REPLAPIit-Replit-API-Package) |
| 64 | + |
| 65 | +Here's a blank template to get started: |
| 66 | +**To avoid retyping too much info. Do a search and replace with your text editor for the following:** |
| 67 | +`RayhanADev`, `REPLAPI.it`, `twitter_handle`, `rayhan.arayilakath@wa-students.org`, `REPLAPI.it`, `project_description` |
| 68 | + |
| 69 | + |
| 70 | +### Built With |
| 71 | + |
| 72 | +* [NodeJS](https://github.com/nodejs/node) |
| 73 | + |
| 74 | +<!-- GETTING STARTED --> |
| 75 | +## Getting Started |
| 76 | + |
| 77 | +To get a local copy up and running follow these simple steps. |
| 78 | + |
| 79 | +### Prerequisites |
| 80 | + |
| 81 | +This is an example of how to list things you need to use the software and how to install them. |
| 82 | +* npm |
| 83 | + ```sh |
| 84 | + npm install npm@latest -g |
| 85 | + ``` |
| 86 | + |
| 87 | +### Installation |
| 88 | + |
| 89 | +1. Clone the repo |
| 90 | + ```sh |
| 91 | + git clone https://github.com/RayhanADev/REPLAPI.it.git |
| 92 | + ``` |
| 93 | +2. Install NPM packages |
| 94 | + ```sh |
| 95 | + npm install |
| 96 | + ``` |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | +<!-- USAGE EXAMPLES --> |
| 101 | +## Usage |
| 102 | + |
| 103 | +Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources. |
| 104 | + |
| 105 | +_For more examples, please refer to the [Documentation](https://replapidocs.rayhanadev.repl.co/)_ |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | +<!-- ROADMAP --> |
| 110 | +## Roadmap |
| 111 | + |
| 112 | +See the [open issues](https://github.com/RayhanADev/REPLAPI.it/issues) for a list of proposed features (and known issues). |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | +<!-- CONTRIBUTING --> |
| 117 | +## Contributing |
| 118 | + |
| 119 | +Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. |
| 120 | + |
| 121 | +1. Fork the Project |
| 122 | +2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) |
| 123 | +3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) |
| 124 | +4. Push to the Branch (`git push origin feature/AmazingFeature`) |
| 125 | +5. Open a Pull Request |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | +<!-- LICENSE --> |
| 130 | +## License |
| 131 | + |
| 132 | +Distributed under the GPL-3.0 License. See `LICENSE` for more information. |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | +<!-- CONTACT --> |
| 137 | +## Contact |
| 138 | + |
| 139 | +RayhanADev - [@RayhanADev](https://repl.it/@RayhanADev) - rayhan.arayilakath@wa-students.org |
| 140 | + |
| 141 | +Project Link: [https://github.com/RayhanADev/REPLAPI.it](https://github.com/RayhanADev/REPLAPI.it) |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | +<!-- ACKNOWLEDGEMENTS --> |
| 146 | +## Acknowledgements |
| 147 | + |
| 148 | +* []() |
| 149 | +* []() |
| 150 | +* []() |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | +<!-- MARKDOWN LINKS & IMAGES --> |
| 157 | +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> |
| 158 | +[contributors-shield]: https://img.shields.io/github/contributors/RayhanADev/REPLAPI.it.svg?style=for-the-badge |
| 159 | +[contributors-url]: https://github.com/RayhanADev/REPLAPI.it/graphs/contributors |
| 160 | +[forks-shield]: https://img.shields.io/github/forks/RayhanADev/REPLAPI.it.svg?style=for-the-badge |
| 161 | +[forks-url]: https://github.com/RayhanADev/REPLAPI.it/network/members |
| 162 | +[stars-shield]: https://img.shields.io/github/stars/RayhanADev/REPLAPI.it.svg?style=for-the-badge |
| 163 | +[stars-url]: https://github.com/RayhanADev/REPLAPI.it/stargazers |
| 164 | +[issues-shield]: https://img.shields.io/github/issues/RayhanADev/REPLAPI.it.svg?style=for-the-badge |
| 165 | +[issues-url]: https://github.com/RayhanADev/REPLAPI.it/issues |
| 166 | +[license-shield]: https://img.shields.io/github/license/RayhanADev/REPLAPI.it.svg?style=for-the-badge |
| 167 | +[license-url]: https://github.com/RayhanADev/REPLAPI.it/blob/master/LICENSE.txt |
0 commit comments