Skip to content

HTML5 DDR Locator Application (targeted at Mobile); could be modified into a general location finder

License

Notifications You must be signed in to change notification settings

Andrew67/ddr-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddr-finder

DDR Locator Application; could be modified into a general location finder.

This repo used to host a basic Web UI, which has moved to https://github.com/Andrew67/ddr-finder-ng

Live Demo

The official working demo is at https://ddrfinder.andrew67.com/, using data snapshots from multiple sources.

License

MIT license (see LICENSE); excludes favicon.png, arcade-machine.jpg, apple-touch-icon.png, and other items that have their own license declarations (such as the fonts, icons and stylesheets from Metro UI).

Custom Version

  • Modify all absolute URLs and copyright notices (keeping proper MIT license attribution in place).
  • Create a db-conf.php file to connect to your database, created by the schema script in the sql/ folder.
  • Create a cors-conf.php file to set the web origins allowed to access the API.

Database

MySQL is used.

db-conf.php Format

<?php
return array('driver' => 'mysql',
             'host' => 'localhost',
             'username' => 'user',
             'password' => 'pass',
             'database' => 'ddrfinder',
);

cors-conf.php Format

<?php
return [
    'allowed-origins' => ['https://example.com', 'http://localhost:4200'],
    'allowed-origin-suffix' => 'pages.dev',
];

Table Schema

See the sql directory for table creation and schema upgrade scripts.

Acknowledgments

About

HTML5 DDR Locator Application (targeted at Mobile); could be modified into a general location finder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages