Skip to content

[Earthquake] Switch datasource #398

Open
@Burgje

Description

@Burgje

Reading data from : http://apis.is/earthquake/is keeps giving the data with as most recent date 13-10-2017

This is the code in python which was working before:

import requests
import json

data_json = requests.get("http://apis.is/earthquake/is").json()
print (json.dumps(data_json, indent=4))

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions