Skip to content

Application that retrieves data from the Vigo api using JavaScript and writes it to the local database using JavaScript + PHP.

Notifications You must be signed in to change notification settings

yaroslavzinchenko/vigo-api-get-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vigo-api-get-data

Application that retrieves data from the Vigo api using JavaScript and writes it to the local database using JavaScript + PHP.

Also add these two files into the root directory of this application:

  1. Congif.php:
<?php

define('CLIENT', 'clientid');
define('KEY', '71ksfa91jfladkf921k21j5kda8d9a0');

  1. MysqlConfig.php:
<?php

$link = mysqli_connect("localhost", "root", "root", "vigo");
if (mysqli_connect_errno()) {
    printf("Не удалось подключиться: %s\n", mysqli_connect_error());
    exit();
}

About

Application that retrieves data from the Vigo api using JavaScript and writes it to the local database using JavaScript + PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages