A retro-inspired map viewer that transforms modern maps into nostalgic ASCII art displays, reminiscent of classic teletext systems.
- Clone the repository
git clone https://github.com/mertturunc/teletext-map.git
cd teletext-map
- Install dependencies
npm install
- Set up environment variables by creating
.env.local
:
NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN=your_mapbox_token_here
- Start the development server
npm run dev
- Use arrow buttons to pan the map
- Click + and - buttons to zoom in/out
- The map automatically updates in ASCII art style
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.