Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artberri/efemerides20
Source code of https://efemerides20.com
https://github.com/artberri/efemerides20
Last synced: 26 days ago
JSON representation
Source code of https://efemerides20.com
- Host: GitHub
- URL: https://github.com/artberri/efemerides20
- Owner: artberri
- License: agpl-3.0
- Created: 2022-01-07T09:19:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T18:35:41.000Z (about 1 year ago)
- Last Synced: 2024-06-12T02:57:27.420Z (5 months ago)
- Language: TypeScript
- Size: 452 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Efemérides 2.0
## Getting Started
Install dependencies
```bash
pnpm install # The CLI crawler will be compiled also
```Link package globally to be able to run the CLI
```bash
pnpm link --global
```Run the development server:
```bash
pnpm run dev # The web will be served in http://localhost:3000
```## License
The source code of Efemerides 2.0 (efemerides20.com) is released
under the GNU AGPLv3 license:Efemérides 2.0 - A website with information about past events crawled from Wikipedia
Copyright (c) 2022 Alberto Varela SánchezThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .