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

https://github.com/stav/snapgrid

Project snapshots
https://github.com/stav/snapgrid

Last synced: 8 months ago
JSON representation

Project snapshots

Awesome Lists containing this project

README

          

# SnapGrid

*Project snapshots*

## Features

- The url field only accepts a domain name
- image size is hard-coded to 800 pixels

## Setup

1. Create a virtual environment (recommended):
```bash
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
```

2. Install dependencies:
```bash
pip install -r requirements.txt
```

3. Run the application:
```bash
python main.py
```

## Usage

The URL can have a space in it which then will use the later portion
for the filename.

The application will be available at http://localhost:5001