Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/penberg/librescholar

Open source scholarly literature search
https://github.com/penberg/librescholar

scholar search-engine

Last synced: 2 months ago
JSON representation

Open source scholarly literature search

Awesome Lists containing this project

README

        

# LibreScholar

LibreScholar is an open source scholarly literature search engine that combines OpenAI and Google Scholar to assist in literature review. As a researcher, you ask a research question from LibreScholar and get a list of relevant publications as a result.

## Getting Started

### Setup

1. Clone the git repository

```sh
git clone https://github.com/penberg/librescholar.git
```

2. Install dependencies

```sh
npm i
```

3. Set `.env` file

Make a copy of `.env.example` and fill in the configuration for OpenAPI.

4. Start the application:

```sh
npm run dev
```

5. Open the URL [http://localhost:3000](http://localhost:3000) with your browser.

## License

This project is licensed under the [MIT license].

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in LibreScholar by you, shall be licensed as MIT, without any additional
terms or conditions.

[MIT license]: https://github.com/penberg/librescholar/blob/main/LICENSE.md