An open API service indexing awesome lists of open source software.

https://github.com/xy3/1t-ui

User Interface & page routing for 1t.ie API
https://github.com/xy3/1t-ui

free-api klein url-shortener

Last synced: 4 months ago
JSON representation

User Interface & page routing for 1t.ie API

Awesome Lists containing this project

README

          

# 1t.ie User interface

Check out the live site at [1t.ie](https://1t.ie)!

This repo contains the PHP page routing and user interface for the URL shortening
app live at [1t.ie](https://1t.ie)
It serves as the front-end for the 1t.ie API. The 1t.ie API repository can be found [here](https://github.com/xy3/1t.ie).

## Installing

Please follow the [installation instructions here.](https://github.com/xy3/1t.ie#installing-on-your-server)

## Features

1t-ui uses:
- [Cirrus](https://github.com/Spiderpig86/Cirrus) - a really cool and easy to use CSS framework.

- [Klein.php](https://github.com/klein/klein.php) PHP Router.
If you would like to add your own page routes, check out the Klein.php [repo](https://github.com/klein/klein.php)
for docs.

## Requirements

- PHP >5.4.0
- [Composer](https://getcomposer.org/) for installing dependencies

## Contributing

Please see [CONTRIBUTING.md](https://github.com/xy3/1t.ie/blob/master/CONTRIBUTING.md) in the 1t.ie repo.