Skip to content

artberri/efemerides20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Efemérides 2.0

Getting Started

Install dependencies

pnpm install # The CLI crawler will be compiled also

Link package globally to be able to run the CLI

pnpm link --global

Run the development server:

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ánchez

This 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 https://www.gnu.org/licenses/.