Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Pandora Box DX Games List

Looking through all 3k games on the app itself is cumbersome without a keyboard, so I created this list.

The data

I took this data: Pandora Box Game List (Google Sheet)

And converted it to JSON: CSV2JSON

For removing empty attribute data

<textarea id=o></textarea>
<script>
o.innerHTML = JSON.stringify(arr.map(a => Object.keys(a).reduce((r, attr) => {
  if (a[attr]) r[attr] = a[attr];
  return r;
}, {})));
</script>

About

Provides an easy to browse view of all 3k Pandora DX Games

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages