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

https://github.com/dawntraoz/unickins

Unickins is the free and open repository to replace third-party platforms to share your most important links through your social media. This way you can avoid switching platforms when they close (based on real facts).
https://github.com/dawntraoz/unickins

astro external-links links

Last synced: 3 months ago
JSON representation

Unickins is the free and open repository to replace third-party platforms to share your most important links through your social media. This way you can avoid switching platforms when they close (based on real facts).

Awesome Lists containing this project

README

        

# Unickins: The project for your most important links

## 🚀 Project Structure

Inside of this project, you'll see the following folders and files:

```text
/
├── public/ # Static images
│ └── favicon.ico
├── src/
│ ├── components/
│ ├── data/ # Site config & links
│ ├── icons/ # SVGs
│ ├── layouts/
│ └── pages/
└── package.json
```

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :----------------- | :------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |

## Resources

### Framework: Astro

This project was built using [Astro](https://docs.astro.build) with its main template.

### Open Graph URL scraper

This project uses [Open Graph Scraper](https://www.npmjs.com/package/open-graph-scraper) for extracting the links information.

### Icons

Social icons by Fontawesome: Go and check them all at [FontAwesome](https://fontawesome.com/icons/).