Code Monkey home page Code Monkey logo

horoscopefree's Introduction

๐Ÿ•’ ๐Ÿ”ฏ โ™Š horoscopefree

Highlights

What is horoscopefree?

horoscopefree REST API allows developers to access and integrate the functionality of horoscopefree.com with other applications. The API retrieves daily horoscopes.

Feel free to contribute on Github

๐Ÿ“– Usage

GET English: https://horoscopefree.herokuapp.com/daily/
GET Portuguese: https://horoscopefree.herokuapp.com/daily/pt/
GET Spanish: https://horoscopefree.herokuapp.com/daily/es/

๐Ÿ’ก Examples

cURL

    curl -X GET \
    'https://horoscopefree.herokuapp.com/daily/'

Python

    import requests

    requests.get('https://horoscopefree.herokuapp.com/daily/'')

Node.js

    var request = require('request');

    var options = {
    url: 'https://horoscopefree.herokuapp.com/daily/',
    method: 'GET'
    };

    function callback(error, response, body) {
        if (!error && response.statusCode == 200) {
            console.log(body);
        }
    }

    request(options, callback);

๐Ÿค ย  Contributions

Contributions, issues and feature requests are very welcome.

๐Ÿ’ช๐Ÿป ย  Contributors

This project exists thanks to all the people who contribute. [Contribute].

License

horoscopefree is licensed under a MIT License.

horoscopefree's People

Contributors

dependabot[bot] avatar vitorebatista avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.