Skip to content

Commit

Permalink
Merge pull request #22 from sameerkumar18/test
Browse files Browse the repository at this point in the history
Added Repositories using Aztro API & contributing guidelines for the same
  • Loading branch information
sameerkumar18 committed Jun 8, 2020
2 parents 758548c + fc14aa9 commit fae8472
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 20 deletions.
54 changes: 34 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ PHP
<?php
//This fucntion can be used in any PHP framework like laravel, wordpress, drupal, cakephp etc.
//This function can be used in any PHP framework like laravel, wordpress, drupal, cakephp etc.
function aztro($sign, $day) {
$aztro = curl_init('https://aztro.sameerkumar.website/?sign='.$sign.'&day='.$day);
Expand Down Expand Up @@ -158,7 +158,7 @@ ECMAScript (ES6)
Vue.JS using axios
^^^^^^
^^^^^^^^^^^^^^^^^^
.. code-block:: html

<ul id="aztro">
Expand Down Expand Up @@ -249,6 +249,34 @@ Tests
pip install nose
nosetests tests
Projects using aztro API
========================

.. raw:: html

<table>
<tr>
<th>Repository</th>
<th>Description</th>
</tr>
<tr>
<td>
<a href="https://github.com/Bratanov/community-driven-radio">Community Driven Radio</a>
</td>
<td>A radio station driven by the community</td>
</tr>
<tr>
<td>
<a href="https://github.com/andreslopezrm/WatchOS_Swift_Horoscope">Horoscope Apple Watch App</a>
</td>
<td>Apple Watch Application for Horoscope</td>
</tr>

</table>


Used aztro API in your project? Check out the `contributing guidelines <https://github.com/sameerkumar18/aztro/blob/master/contributing.md>`_ for this list and let us know. we love PRs :)


API Wrappers
============
Expand All @@ -261,32 +289,24 @@ For NodeJS - `aztro-js <https://github.com/srijitcoder/aztro-js>`_ (npm install
License
=======

Copyright 2018 Sameer Kumar
2020 Sameer Kumar

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



Contact
=======

Questions? Suggestions? Feel free to contact me at sameer18051998@gmail.com
Questions? Suggestions? Feel free to contact me at sam@sameerkumar.website


Donation
========

If this project help you reduce time to develop, please consider donating :)
If this project helped you reduce the development time, please consider donating :)

.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
:target: https://www.paypal.me/sameerkumar18
Expand All @@ -295,16 +315,10 @@ If this project help you reduce time to develop, please consider donating :)
Credits
=======

"aztro" was created by `Sameer Kumar <http://www.sameerkumar.website>`_.
Other Contributors -
* Harshit Sahni (for the idea)
* Aditya Dhawan (for Ajax example)
* `Srijit S Madhavan <http://srijitcoder.me/>`_ (for Aztro Logo - PHP, ECMAScript, VueJS and ReactJS example)
"aztro" was created by `Sameer Kumar <https://www.sameerkumar.website>`_ and these awesome individual `contributors <https://github.com/sameerkumar18/aztro/graphs/contributors>`_

Source of horoscope updates - http://astrology.kudosmedia.net/

and if I have neglected to mention someone, please let me know.

Please feel free to use and adapt this small API.


Expand Down
19 changes: 19 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Contribution Guidelines for Featured Repositories

Please follow the instructions below to add your repository/project to the featured list.

This resource was made by the developers and hackers alike! We appreciate and recognize all [contributors](https://github.com/sameerkumar18/aztro/graphs/contributors).

## Table of Content

- [Adding to the list](#adding-to-the-list)
- [To remove from the list](#to-remove-from-the-list)

## Adding to the List

- Please add the content to the `README.rst` file and make sure that the edited list is in alphabetical order. [Screenshot](https://i.ibb.co/m9Lnfdm/Screenshot-2020-06-08-at-1-05-29-PM.png)
- Submit a pull request.

## Removing from the List

- If you have any issues accessing any of the resources listed here, please let us know.

0 comments on commit fae8472

Please sign in to comment.